[Support request] Background images in sections

Home Forums Support [Support request] Background images in sections

Home Forums Support Background images in sections

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #469657
    Anatoliy

    Hi.
    By default, the background in the section is margin and padding to the left. How to make it default to the center. Just in the mobile version, the image always looks cropped to the left.

    where and how to change it?

    now so:
    margin-left: auto
    padding-left: 0
    border: 0

    thanks’

    #469718
    Leo
    Staff
    Customer Support

    Hi there,

    Are you referring to the image in the first section?

    If so it might be best to add that as static image so it’s responsive.

    Let me know if that works for you.

    #469830
    Anatoliy

    I do not know what you are talking about, in the settings section there is only to add a background image and everything.
    where should it be static?

    #470003
    Leo
    Staff
    Customer Support

    Click Add Media in that section so you add the picture as content.

    #470051
    Anatoliy

    ok. clearly, it certainly can be done, but I’m talking about what I wrote above.

    #470091
    Tom
    Lead Developer
    Lead Developer

    If I understand correctly, you could do this:

    @media (max-width: 768px) {
        #generate-section-1.generate-sections-container {
            background-position: center center !important;
        }
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.