Home › Forums › WoodMart support forum › Space between header and content sitewide
Space between header and content sitewide
- This topic has 11 replies, 2 voices, and was last updated 1 year ago by
Hung Pham.
-
AuthorPosts
-
February 23, 2024 at 1:31 am #543012
libbert.coParticipantCan’t figure it out. Seems to be top padding sitewide. Please help.
February 23, 2024 at 4:46 am #543029
libbert.coParticipantEvery 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/February 23, 2024 at 4:49 am #543030
libbert.coParticipantSpace also above the footer. This is so frustrating. Shouldn’t be here fixing this theme.
February 23, 2024 at 3:52 pm #543222
libbert.coParticipantBump
February 24, 2024 at 12:24 pm #543401
Hung PhamKeymasterHello 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,
February 24, 2024 at 5:19 pm #543457
libbert.coParticipantThat 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.
February 24, 2024 at 6:32 pm #543492
Hung PhamKeymasterHello 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,
February 24, 2024 at 6:43 pm #543499
libbert.coParticipantmade 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.February 24, 2024 at 6:50 pm #543505
libbert.coParticipantAt this point this theme is negatively impacting my business. I want a refund if this can’t get handled ASAP.
February 24, 2024 at 7:14 pm #543517
Hung PhamKeymasterHello 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,
February 24, 2024 at 10:34 pm #543539
libbert.coParticipantI 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.February 26, 2024 at 4:43 am #543651
Hung PhamKeymasterHello 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,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register