Adding white space below header image
-
I would like to add about five pixels of white space below my header image on mobile. I’m using the Canard theme.
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Add this to the code area on the CSS section of the customiser:
@media screen and (max-width:360px) { #masthead { margin-bottom: 5px; } } -
Thank you. It’s doing the same thing on a tablet, apparently. How do I add it there, too?
-
-
- The topic ‘Adding white space below header image’ is closed to new replies.