How to clear the last white section from WP Builder?
-
Hey Everyone!
I want to eliminate the white section in the bottom of the website but I don’t know how to. What should I do? Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Please send the page URL and site admin access.
Best Regards
Hello,
In order to remove the white gap between last section and footer, remove 10vh from the sections http://prntscr.com/jl2rd2 and add this CSS to Theme Settings > Custom CSS:
.site-content {
margin-bottom: 0;
}
Best Regards
This worked perfectly the first time but when I updated and refreshed the page, I started to get this ‘[/vc_section]’ message before the footer and also, when I go to the BackEnd Editor of this page, it doesn’t appear the sections as before…
Attachments:
You must be
logged in to view attached files.
Hello,
Back up your page to previous editions and try again. You could damage the shortcode while the page was in the classic mode. It means the shortcode has been broken.
Best Regards
There is just this problem that I forgot to make a recent backup… Is there any other way? If not, I’ll have to restart building 😅
Hello,
Enter your page editing mode and find this option http://prntscr.com/jlgvzv
Get back to one of correct editions http://prntscr.com/jlgwl9
Best regards
Sooo good! This worked very well, thank you! 🙂
Hello,
Have you solved both your problems? I mean white gap?
Best Regards
Yes, it is all solved!
Thank you
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘How to clear the last white section from WP Builder?’ is closed to new replies.