Home Forums WoodMart support forum header overlay when i disable title page layout

header overlay when i disable title page layout

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #326858

    Maria Lago
    Participant

    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

    #326860

    Maria Lago
    Participant

    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

    #326861

    Maria Lago
    Participant

    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

    #326924

    Maria Lago
    Participant

    Sending access data

    #326945

    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

    #327084

    Maria Lago
    Participant

    Thanks!!!!

    #327189

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘header overlay when i disable title page layout’ is closed to new replies.