Archived topic
Space above container
5 replies · Started by Marius on December 21, 2019
Hello,
on a dev site, i have set up a site with marketer and a second menue above the header.
The second menue sits without any space below the browser bar. I want a little space between browser bar and second menue. How can i set this up?
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
It is a closed dev site, so i can not link to it.
But look at the marketer site https://gpsites.co/marketer/ , there is no space between browser bar and nav. I would like to add a little space there.
Hi there,
try this CSS:
body {
padding-top: 10px;
}
Hi David, thanks, that works.
You're welcome