Disable Pre Footer on Layout Template for Single Product, Negative Margin
-
Hi, I have an issue with the single product layout. There is nowhere to disable the pre-footer and although I have in theme it still leaves a min space at bottom of the single layout.
As I am using Elementor I need to add a negative margin to both my top most section/content of -40px and also bottom-most content of -40px so as the page aligns with the header and footer without gaps. Not only is there no way of disabling the pre-footer, but the ‘bottom’ negative margin also seems to be ignored? (I apply this on the last section of the page content -40px). I have noticed that the pre-footer even set to have no content still leaves approximately a 5-10px space unless you disable it on each page/post etc.
Please advise?
oh by the way thank you for fixing the issue with saving and the cart always popping out…quite honestly it has been nightmarish building my first site with Woodmart with this issue as taken so much more time with the content settings closing all the time after every save! Thank you for sorting this out :o)
Oh also:
While editing the single product layout and saving changes I als get a 500 error every time I try and save, but it still seems to save the changes?, bug do you think? Please see attachment.
Please advise?
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.single-product .wd-prefooter {
display: none;
}
.single-product .site-content {
margin-bottom: 0;
}
Best Regards
ok the code worked thanks
Hello,
You are Most Welcome.
Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Have a wonderful day.
Topic Closed.
Best Regards.
The topic ‘Disable Pre Footer on Layout Template for Single Product, Negative Margin’ is closed to new replies.