Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #472120

    Hi Guys,
    Is it possible to set the footer background to be stretched rather that just repeat, no repeat, horizontal or vertical.
    I can do it in the layout editor in the main content but don’t have the option for the footer image section.
    Because I use a large image 2560*800 it distorts it out of line with the other images on the page.

    #472429

    Hey peterjtonkin!

    Please try the following in Quick CSS:

    .footer_color {
      background: transparent url(//devsites.net.au/wp-content/uploads/2015/07/DevSites-Footer.jpg) !important;
      background-size: cover !important;
    }

    Best regards,
    Rikard

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