[Resolved] Mobile Background Position

Home Forums Support [Resolved] Mobile Background Position

Home Forums Support Mobile Background Position

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1678657
    Yaroslav

    Hello! I can’t change the background-position for mobile. I added CSS class to Section and tried code like this:


    @media
    (max-width: 768px) {
    .custom-mobile-bg {
    background-position: center;
    }
    }

    Nothing happens, I also tried to change the size and to change the whole image, no result. Help, please πŸ™‚

    #1678988
    David
    Staff
    Customer Support

    Hi there,

    change:

    .custom-mobile-bg

    to:

    .gb-container.custom-mobile-bg:before

    #1679124
    Yaroslav

    Thank you! Now I see that I should select it with pseudo-selector πŸ™‚

    #1679129
    David
    Staff
    Customer Support

    Yep πŸ™‚ Glad to be of help

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