Hi
The footer on the about us page, faqs page and contact us page is strangely wide.
The thing that’s unique to those pages, as opposed to the others, is css code that I got from this thread – https://kriesi.at/support/topic/text-background-padding-and-opacity/
Can you advise what I need to add to move that back to normal please.
Thanks
Farzan
Also, is there a way to make the background image on those pages ‘scale to fit’ the page so its not repeating?
Thanks
Farzan
Hi Farzan,
I checked your website, but it seems to me like your footer widths are the same for all pages. Can you possibly send us a screenshot that illlustrates how you would like the footer to look like?
For the background, please try this in Quick CSS:
.av-section-color-overlay {
background-repeat: no-repeat;background-size: auto 100%;
}
Best regards,
Sarah
Hi Sarah
Thanks for getting back to me – it’s actually the heights I should have said – my apologise :(
Basically, I just want it to site at the bottom of the page when there’s not very much content on the page as well (like this site does)?
Thanks
Farzan
Hi,
Setting a minimum height for your color section should do it. :)
Best regards,
Sarah