isissa Posted December 31, 2019 Share Posted December 31, 2019 I am using the Flatiron template. in the MOBILE view, once the navigation is clicked to open, I would like the navigation items to be less spaced out in terms of line height. they currently take up the entire screen on my iPhone 7 plus. Website: www.isissakomadajohn.com Link to comment
tuanphan Posted January 1, 2020 Share Posted January 1, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { #mobileNav ul li { line-height: 1.5em; } } 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
isissa Posted January 1, 2020 Author Share Posted January 1, 2020 Awesome thanks! @tuanphan, on mobile, when the navigation is closed and you only see the "+", is there a way to have less spacing between the "+" and my logo? I'd like to decrease the vertical space there so the "+" is closer to my logo. Thanks! Link to comment
tuanphan Posted January 2, 2020 Share Posted January 2, 2020 16 hours ago, isissa said: Awesome thanks! @tuanphan, on mobile, when the navigation is closed and you only see the "+", is there a way to have less spacing between the "+" and my logo? I'd like to decrease the vertical space there so the "+" is closer to my logo. Thanks! Add to Home > Design > Custom CSS Not sure it will work @media screen and (max-width:640px) { .siteTitle { padding-top: 0 !important; } } 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
isissa Posted January 2, 2020 Author Share Posted January 2, 2020 @tuanphan thanks for trying. this doesn't work. Link to comment
tuanphan Posted January 3, 2020 Share Posted January 3, 2020 7 hours ago, isissa said: @tuanphan thanks for trying. this doesn't work. try inserting code to Last Line in Custom CSS Box 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
isissa Posted January 3, 2020 Author Share Posted January 3, 2020 @tuanphan, hmm still nothing. Link to comment
tuanphan Posted January 3, 2020 Share Posted January 3, 2020 3 minutes ago, isissa said: @tuanphan, hmm still nothing. try keeping the code & share url again. I will give a look. 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
isissa Posted January 3, 2020 Author Share Posted January 3, 2020 code is in there. www.isissakomadajohn.com Link to comment
tuanphan Posted January 3, 2020 Share Posted January 3, 2020 11 hours ago, isissa said: code is in there. www.isissakomadajohn.com @media screen and (max-width:640px) { nav#mobile-navigation { padding-bottom: 0; } #navigator .siteTitle { top: -20px; } } 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
isissa Posted January 4, 2020 Author Share Posted January 4, 2020 thank you, @tuanphan. This has helped with decreasing the space between the "+" and the logo, but it is instead now increasing the space between the logo and the page content. How can I decrease the space between the logo and page content now? www.isissakomadajohn.com Link to comment
tuanphan Posted January 5, 2020 Share Posted January 5, 2020 14 hours ago, isissa said: thank you, @tuanphan. This has helped with decreasing the space between the "+" and the logo, but it is instead now increasing the space between the logo and the page content. How can I decrease the space between the logo and page content now? www.isissakomadajohn.com @media screen and (max-width:640px) { section#container { margin-top: 130px !important; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.