Macey
-
Posts
8 -
Joined
-
Last visited
Reputation Activity
-
Macey got a reaction from tuanphan in Sub-navigation spacing on mobile
I got it to work with the following code:
/*about folder spacing mobile*/ @media only screen and (max-width:767px) { section[data-section-id="666dc05ed8a83f1b6ee1b65a"] { padding-top: 43px !important; } } As always, thanks for your help @tuanphan!