Home Forums WoodMart support forum Space between header and content sitewide

Space between header and content sitewide

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #543012

    libbert.co
    Participant

    https://emojistickers.com/

    Can’t figure it out. Seems to be top padding sitewide. Please help.

    #543029

    libbert.co
    Participant

    Every page has either a space or the header overlaps the content. There is no in between. This is a frustrating template.

    https://emojistickers.com
    https://emojistickers.com/cart/
    https://emojistickers.com/wholesale/

    #543030

    libbert.co
    Participant

    Space also above the footer. This is so frustrating. Shouldn’t be here fixing this theme.

    #543222

    libbert.co
    Participant

    Bump

    #543401

    Hung Pham
    Keymaster

    Hello libbert.co,

    Thanks for reaching to us.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    /* Header spacing top */
    .website-wrapper .main-page-wrapper {
        padding-top: 0;
    }
    
    /* Header Overlaps */
    .website-wrapper .main-page-wrapper {
        padding-top: 0;
    }
    
    /* Footer */
    .website-wrapper .wd-prefooter {
        padding-bottom: 0
    }

    Regards,

    #543457

    libbert.co
    Participant

    That does nothing. Look at this page how the breadcrumbs are not visible.

    https://emojistickers.com/product/emoji-sticker-pack/

    Also, there’s still a space at the bottom.

    #543492

    Hung Pham
    Keymaster

    Hello libbert.co,

    Please remove above code and use below one:

    /* Header spacing top */
    .website-wrapper .main-page-wrapper {
        padding-top: 0;
    }
    
    /* Header Overlaps */
    .website-wrapper .main-page-wrapper {
        margin-top: 0;
        padding-top: 0;
    }
    
    /* Footer */
    .website-wrapper .wd-prefooter {
        padding-bottom: 0
    }

    Regards,

    #543499

    libbert.co
    Participant

    made it worse. There’s a white space below the footer. On the home page, there’s a white space above the first container, below the header. There’s also still a white space above the footer. This is a weird theme that out of the box you need to add CSS to make it work. Also, you forgot the ; after your last CSS code. Still doesn’t fix anything.

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

    libbert.co
    Participant

    At this point this theme is negatively impacting my business. I want a refund if this can’t get handled ASAP.

    #543517

    Hung Pham
    Keymaster

    Hello libbert.co,

    1. Header: Fixed, please clear browser cache and check again https://prnt.sc/Yh58lPK603sn

    2. Footer: Default style usually has top or bottom spacing to make content readable, for e.g: white spacing above footer caused bottom value of main content https://prnt.sc/Z7X2muVs9GnD and tabs bottom value https://prnt.sc/yj9fieqBYAoz

    If you want to remove it completely, please use below CSS:

    .single-product .product-tabs-wrapper{
    	padding-bottom: 0;
    }
    
    .single-product .poduct-tabs-inner>div:not(:last-child),
    .main-page-wrapper .site-content{
    	margin-bottom: 0;
    }

    3. White spacing after footer: Because you turned on Sticky add to cart option.

    Regards,

    #543539

    libbert.co
    Participant

    I turned OFF sticky add to cart option and I added your code. The problem persists. There is still a white space above the footer. I\’ve tried multiple browsers and the problem is consistent. I just don\’t understand how a product out of the box should require so much code for the layout to work especially after importing your demo theme that appears to have no issues. Big mystery. I\’m at my end with this. Please let me know what is next.

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

    Hung Pham
    Keymaster

    Hello libbert.co,

    First of all, take my apologies for the delay in answering because of the weekend.

    Please purge all cache from WP Rocket and check again, it worked well on my end https://prnt.sc/sATXAqqWAQ8Y

    Regards,

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