Comments 16Jen started the conversationFebruary 5, 2021 at 2:54amThere is a setting on full width header to have a margin to the left and right. How can I also do this with the footer so that the content alignsie I have set it to have 80px either side and would like to do the same for the footer 16Jen repliedFebruary 5, 2021 at 2:58amI can see that the header is set with this #header-outer[data-full-width="true"] header > .container { padding: 0 80px;}What do I need to apply it to the footer as well 2,963Andrew repliedFebruary 5, 2021 at 5:16amHi Jen,Please send your website url.Thanks. 16Jen repliedFebruary 5, 2021 at 6:19amhttps://dev.soilsforlife.org.auI think I did it but not sure 2,963Andrew repliedFebruary 5, 2021 at 8:51amHI Jen,Please try this css: #footer-outer[data-full-width="1"] .container { padding: 0 80px !important;}Thanks. Sign in to reply ...
There is a setting on full width header to have a margin to the left and right. How can I also do this with the footer so that the content aligns
ie I have set it to have 80px either side and would like to do the same for the footer
I can see that the header is set with this
#header-outer[data-full-width="true"] header > .container {
padding: 0 80px;
}
What do I need to apply it to the footer as well
Hi Jen,
Please send your website url.
Thanks.
https://dev.soilsforlife.org.au
I think I did it but not sure
HI Jen,
Please try this css:
Thanks.