Home Forums WoodMart support forum Product Page Margin/Padding Bug

Product Page Margin/Padding Bug

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #566953

    iamaarongeorge
    Participant

    Hi, when I’m building my product page using layouts, a large white gap appears at the top of the page.

    I know about the -40px margin and this has been included. When I use Preview, it looks perfect, but this only happens when I publish. See screenshots.

    The other issue I am running into is the “email” checkout field is missing in the checkout. It is activated in the Checkout Fields manager but doesn’t appear on the live site.

    Attachments:
    You must be logged in to view attached files.
    #567129

    Luke Nielsen
    Keymaster

    Hello,

    1. In order to make it work, you need to set the same header in Theme Settings -> Single product -> Custom single product header: https://prnt.sc/ATTj74epXK4N

    2. Try to disable the “WooPayments” plugin, clear the cache and recheck the issue – https://prnt.sc/ATzxw1_DrER2

    Kind Regards

    #567358

    iamaarongeorge
    Participant

    Setting the custom header worked, but it randomly made the header “white” instead of transparent, like on all the other pages. I want the header to take on the background color. If I have to define a color I would like to input the BG color.

    #567604

    Luke Nielsen
    Keymaster

    Hello,

    For the first section set the -60px – https://prnt.sc/81J30UVqhcPR and apply the code below to change the color:

    .single-product  .whb-header {
        background-color: #f8f7f1;
    }

    Kind Regards

    #568211

    iamaarongeorge
    Participant

    Hi, the CSS you provided isn’t seeming to change the color.

    #568313

    Luke Nielsen
    Keymaster

    Hello,

    Applied the code for the Desktop area (https://prnt.sc/hQHC9Xz2EMkm) and on my side, I see that it works – https://prnt.sc/91IE6vQmFMJ-, please recheck it and let me know.

    Kind Regards

    #568883

    iamaarongeorge
    Participant

    The background page color and the header color are not the same in your screenshot.

    The header is pure white. The background color is a cream color.

    #569375

    Luke Nielsen
    Keymaster

    Hello,

    To make it transparent on the product page, use the code below:

    .single-product  .whb-general-header {
        background-color: transparent;
    }

    https://prnt.sc/WdY-bD-HYSLi

    Kind Regards

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