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

    I’m using 3-column Grid Rows to produce the effect on the page noted in “private content”. You’ll notice that when I narrow the screen viewing size the text items are adjusting in width, but the background image is not. I’m wondering if there’s a way to get the background image to adjust in width so that I don’t lose the image. (I’ve tried several ways, but have failed miserable.)

    Thanks for any ideas you may have.

    #622093

    Hey laptophobo!

    can you show us about which background image you are talking about please? you could use screenshots to highlight (imgur.com, dropbox).

    Regards,
    Andy

    #622547

    Hi Andy,

    I’ve uploaded the screen shot to the link provided in Private Content.

    Thanks,

    #622943

    Hi!

    use this code to control its responsive behavior:

    @media only screen 
      and (max-device-width: 736px) {
    .flex_cell.no_margin.av_one_third.avia-builder-el-4.el_after_av_cell_one_third.el_before_av_cell_one_third.av-zero-padding {
    background-size: 60% 50% !important;
    background-position: 107px 90px !important;
    }}
    

    Adjust it as needed.

    Regards,
    Andy

    #623462

    thanks andy

    #623624

    Hi!

    glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.

    Cheers!
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Modify Grid Row background width’ is closed to new replies.