Hi.
I am working on this page: http://copilates.jarvendesign.se/demo-home/
I would like to have the footer to cover the entire width of the page and remove the left white space. Is that possible?
Tomas
Hi.
I am working on this page: http://copilates.jarvendesign.se/demo-home/
I would like to have the footer to cover the entire width of the page and remove the left white space. Is that possible?
Tomas
Hello Tomas,
Please update this custom code you have added:
.x-colophon.top {
padding-top: 0px;
padding-bottom: 0px;
border: 0px;
box-shadow: none;
}
to
.x-colophon.top {
padding-top: 0px;
padding-bottom: 0px;
border: 0px;
box-shadow: none;
padding-left: 0 !important;
}
Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.