header overlay when i disable title page layout
-
Hi, when I disable the page title layout, the page header overlaps the page body.
Can you help me to know how to make the header not overlap when I disable the title page layout?
Thanks
I see that the problem is in the css of the template which is the following:
.main-page-wrapper {
margin-top: -40px;
padding-top: 40px;
min-height: 50vh;
background-color: #FFF;
}
I changed the following code:
.main-page-wrapper {
margin-top: 120px;
padding-top: 40px;
min-height: 50vh;
background-color: #FFF;
}
Is this solution ok? Or do you recommend doing it another way? Will the web look good from all devices with this css change?
Thanks
Excuse me, for my previous message. But that css change solution is not right because the margin is changed on all pages and I need the margin to be done only on product categories and on products. How do i get this? Thanks
Hello,
You need to create another header and assign it to the pages as a custom header to the pages where you do not have the title: https://xtemos.com/docs/woodmart/header-builder/set-different-header-specific-page/
If you have any questions please feel free to contact us.
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘header overlay when i disable title page layout’ is closed to new replies.