This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
Hi!
I have 2 questions:
1. At the Milou page there’s a white block below Stay in touch (at the bottom, above the footer) which I can’t delete.
2. At the contact page the block Stay in touch is grey but it only shows when I edit it. Something wrong with the settings there?
Hello,
1) That gap is the default padding of the page content http://prntscr.com/o7i5js
If you want to remove it for that page only edit the page and add the following code to page custom CSS
.content-page, .page-content {
padding-bottom: 0;
}
Add the code to Theme Options > Custom CSS if you want to remove the gap for the whole site.
2) Misprint in the custom CSS http://prntscr.com/o7if9u caused the problem with the row styles.
Regards
You must be logged in to reply to this topic.Log in/Sign up