Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #616728

    Hi,

    I’ve been reading the forum to understand how to set the image in the 3/5 column within my Color Section to show on mobile. I was assuming it would load at the top above the right side section, which displays a background image set for the entire Color Section. Instead, only that background image is showing with the form.

    Many thanks for the support –

    #618180

    Hi larazier!

    use this code inside Quick CSS field to control you background image on mobile:

    @media only screen and (max-width: 767px) {
    .flex_column.av_two_fifth.no_margin.flex_column_table_cell.av-equal-height-column.av-align-middle.avia-builder-el-2.el_after_av_three_fifth.avia-builder-el-last {
    background-size: 100% 100% !important;
    background-position: -19px -34px !important;
    }}
    

    and adjust as needed.

    Regards,
    Andy

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