Leeloo77 Posted February 13, 2022 Posted February 13, 2022 Site URL: https://www.laineylee.com/ Hello, I'm trying to reduce the header padding under my site title for mobile only, so that my content is less vertically spaced on screen. Any help would be appreciated! Thank you SquareRefresh 1
SquareRefresh Posted February 14, 2022 Posted February 14, 2022 14 hours ago, Leeloo77 said: Hello, I'm trying to reduce the header padding under my site title for mobile only, so that my content is less vertically spaced on screen. Any help would be appreciated! Hey @Leeloo77 try to add next code in custom CSS: @media only screen and (max-width: 750px) { #header { margin-bottom: 0; } #logo a { display: block; } .extra-wrapper.page-header .sqs-layout .sqs-row:first-child [class*="sqs-col"] .sqs-block:first-child, .extra-wrapper.page-header .sqs-layout.editing { margin-top: 0; } } tuanphan 1 SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins.
Leeloo77 Posted February 16, 2022 Author Posted February 16, 2022 Thank you @SquareRefresh that worked perfectly! SquareRefresh 1
SquareRefresh Posted February 21, 2022 Posted February 21, 2022 On 2/16/2022 at 3:54 AM, Leeloo77 said: Thank you @SquareRefresh that worked perfectly! Always happy to help! SquareRefresh, premium plugins & templates that have an elevated feel. Plugins: Have your site stand out. Templates: Our templates are designed with versatility in mind.Get Freebies: Sometimes things in life are free. Browser our hand selected free plugins.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment