- This topic has 2 replies, 2 voices, and was last updated 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › Art WordPress Theme › add white space below content
Hi,
I would like to add white space below the content as the bottom of the content cuts into the footer.
I could solve this adding space in BM for most pages, but for automatically generated pages the problem persists:
How do I add space for all pages?
Site: https://igaf.ch/
Art Theme 3.4.4.4
thanks!
Hi,
Please remove position: absolute;
from the footer CSS, or the margin css will not work
Please use the margin css:
@media (min-width: 768px){
#footer {
margin-top: 40px;
}
}
@media (max-width: 767px){
/*mobile*/
#footer {
margin-top: 20px;
}
}
Regards
works. thanks!
Subscribe to our newsletter to receive news & updates. We promise to not spam you, super promise!
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.