This topic has 4 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Rose Tyler
I removed the shop page banner and now the first part of my product archive is overlapping with the header. How do I give it some margin down so that it is not under the header.
Hello,
Theme Options > Header builder > disable Header overlap. If you want to get overlap effect on particular pages only, use Multiple headers
Here is a video about Multiple headers – https://youtu.be/BpeXfzNwkOc
Regards
Okay and how do I add some margin between the header and the archive. Now they are not overlapping but they are too close to each other.
Hello,
Theme Options > Header builder > Bottom header > add margin bottom
or add the next code in Theme Options > Theme custom CSS:
.archive .content-page {
margin-top: 30px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up