[Support request] Background Image aligning left of mobile

Home Forums Support [Support request] Background Image aligning left of mobile

Home Forums Support Background Image aligning left of mobile

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

    Hi guys,

    Please take a look at the hero image on this page: https://renovationrates.co.uk/

    Is there a way to set the background image position?

    I’m not happy with the position as it is and the alignment is way off when viewed on a mobile phone.

    Thanks

    #1339050
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        #generate-section-1.generate-sections-container {
            background-position: center center;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

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