Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #794489

    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

    #794531

    Also, is there a way to make the background image on those pages ‘scale to fit’ the page so its not repeating?
    Thanks
    Farzan

    #794628

    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

    #794890

    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

    #795232

    Hi,

    Setting a minimum height for your color section should do it. :)

    Best regards,
    Sarah

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.