Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1476863

    Hi there for some reason the Instgram icon is no long showing on mobile.

    You gave me this code which did work but now for some reason its not showing one of the social icons:
    @media only screen and (max-width: 767px) {
    .page-id-4540 .av_one_fifth.avia-builder-el-59,.av_one_fifth.avia-builder-el-66 {
    display: none;
    }
    .responsive #top.page-id-4540 #wrap_all .content .entry-content-wrapper .flex_column.av_one_fifth {
    width: 33%;
    }
    }

    #1476871

    Hey xfacta,

    Thank you for the update.

    Please remove this css code:

    .page-id-4540 .av_one_fifth.avia-builder-el-59,.av_one_fifth.avia-builder-el-66 {
         display: none;
    }
    

    Replace it with:

    .flex_column.av-ebe718-d4650fd8a647c8e5683777fa54fefd11 {
        display: none;
    }

    Best regards,
    Ismael

    #1476872
    This reply has been marked as private.
    #1476877

    Hi,

    Great! Let us know if you have more questions.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change column display on mobile – follow up’ is closed to new replies.