That successfully made my logo larger on mobile, however it is not longer centered, and there is no white space above or beneath. Is there a simple tweak I can make to this code to center it and add some space (in the header) above and below the logo?
Thank you. I see that I can adjust the height of the logo, though when I adjust the margin-top, I don\'t see much of a difference in anything. My goal is to keep the height of the logo (44px), and add white space above it and beneath it, so it is more proportional to the way the logo is displayed on a desktop. So basically, I want to make the entire mobile header taller to accommodate the larger logo.
Hi!
Is there any way to get my logo to shrink less on mobile?
-W
Hey ,
Thanks
ThemeNectar Support Team
Hi!
That successfully made my logo larger on mobile, however it is not longer centered, and there is no white space above or beneath. Is there a simple tweak I can make to this code to center it and add some space (in the header) above and below the logo?
Thanks!
-W
Simply adjust the values -18 t0 -20 to move it up . Or reduce height.
Cheers
ThemeNectar Support Team
Thank you. I see that I can adjust the height of the logo, though when I adjust the margin-top, I don\'t see much of a difference in anything. My goal is to keep the height of the logo (44px), and add white space above it and beneath it, so it is more proportional to the way the logo is displayed on a desktop. So basically, I want to make the entire mobile header taller to accommodate the larger logo.
What controls the height of the mobile header?
-W
I added this:
@media only screen and (max-width: 1000px) and (min-width: 1px) {
header#top .col.span_9 {
margin-left: 0px;
min-height: 60px!important;
margin-bottom: 30px!important;
}
}
and then tweaked the top margin value. sound right?
Hey Again,
Whichever works for you.
Cheers
ThemeNectar Support Team