This topic has 2 replies, 2 voices, and was last updated 3 years, 1 months ago ago by Olga Barlow
Hi team the pages on my website is showing Gap below the absolute footer which you can see here https://prnt.sc/1uqw1xx
Also there is negative margin on top of all the pages which I have removed through CSS but now whenever I am adding a new page I have to manually add the negative top margin on the top of the first section
Please suggest me how I can resolve this both the issue
I have shared the log in credential in the private section of this form
Hello,
1) Our theme does not have option to fix the footer to the window bottom. Our theme displays the footer at the bottom of the page content and if your page content is too short then additional space appears below the footer to the window bottom.
2) Add the below code to Theme Options > Custom CSS to remove space between header and page content.
.template-container .site-header {
margin-bottom: 0;
}
Regards
Tagged: absolute, footer, persuasive, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up