Okay
  Public Ticket #1130953
Row Background Images on Mobile
Closed

Comments

  • Emma started the conversation

    Hi again! :)

    Wondering if you have any suggestions for making the images at the top of these pages better on mobile view? I've tried various configurations in the Row Settings area, but haven't come up with much that will work on mobile... Any suggestions would be much appreciated!!

    Emma

  •  9,006
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        .row-bg.using-image {
            background-size: contain !important;
        }
    }

    Thanks


    ThemeNectar Support Team