Reducing the space between title and content on mobiles
-
How can I reduce the space from sticky header (on mobiles) and the content of the page? Now I have:
@media only screen and (max-width: 769px) { h1.cm-site-title { display:none } } @media only screen and (max-width: 769px) { h3.cm-site-title { display:none } } @media only screen and (max-width: 769px) { .cm-site-description { display:none } } @media only screen and (max-width: 769px) { .cm-header-2 { display:none } } @media only screen and (max-width: 769px) { .cm-content { padding-top:1px } }
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Reducing the space between title and content on mobiles’ is closed to new replies.