moran75 Posted January 25 Share Posted January 25 Site URL: https://coconut-grasshopper-b736.squarespace.com/config/pages/632491ecd2457c0d3e60fa0e?p site password : gingerkev Hi Re tablet - i want to reduce space between logo/burger and text section below - see first pic attached. If i enter following code.... : /* header on tablet only */ @media screen and (max-width:991px) and (min-width:768px) { .header-title-nav-wrapper { margin-bottom: -30px; } } ..the logo comes down successfully but burger icon stays where it is...see second pic. Any ideas how i can get burger down level with logo would be most appreciated! Thanks Kev Link to comment
tuanphan Posted January 27 Share Posted January 27 Add to Design > Custom CSS @media screen and (max-width:1024px) and (min-width:768px) { .header-display-mobile { align-items: baseline; } body.homepage article section:first-child { padding-top: 120px !important; } body.homepage .header-announcement-bar-wrapper { padding-bottom: 10px !important; } } moran75 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
moran75 Posted January 27 Author Share Posted January 27 Hi Tuanphan Thanks for getting back to me. So i've removed my css which was moving logo down successfully but not burger icon (as per pic in original post): /* header on tablet only */@media screen and (max-width:991px) and (min-width:768px) {.header-title-nav-wrapper { margin-bottom: -30px;}} .....and installed yours ... logo and burger are in back in line high up ....but if i adjust padding %'s the logo/burger remain where they are...cant adjust there remains a big wedge of white space on bottom of header (see attached first pic) into which id like to lower logo/burger into (as per second pic).... All the best Kev Link to comment
Solution tuanphan Posted January 28 Solution Share Posted January 28 Hi, Keep your code, don't remove any code. Then try adding my code moran75 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
moran75 Posted January 28 Author Share Posted January 28 aha! many thanks again - problem solved Kev Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment