Okay
  Public Ticket #1094922
Row BG image responsiveness
Closed

Comments

  •  2
    Steve started the conversation

    Hi i'm using the rows with BG images, everything is ok on a computer screen but the mobile view is not ok as the text overlaps the image... is there a way to move the image x pixels to the right and adjust the layout... or any other trick i cannot think of that  would make the text more readable ? (im especially talking about the (http://www.stevegerges.com/#New media 

    i'm happy for any solution that might be available... :/


  •  9,001
    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) {
        .wpb_row .row-bg, .full-width-section .row-bg {
            background-position: 10%!important;
        }
    }

    Thanks


    ThemeNectar Support Team