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.
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
Hi Andy,
I’ve uploaded the screen shot to the link provided in Private Content.
Thanks,
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
thanks andy
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