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%;
}
}
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