I have two icons in a 1/3 column using ALB. I have them set to align left and have used the below styling to remove the animation effect on hover as well as adjust the sizing. On desktop and tablet they look great: they appear side by side aligned to the left of the column and are quite nice looking. On mobile, they stack each on one row. I prefer that they appear side by side on mobile but have not been able to achieve that. Any suggestions?
Thanks!
.av-icon-char, .av-font-icon {
font-size: 36px !important;
line-height: normal !important;
margin-right: 10px;
}
.av_font_icon.av-icon-style-border .av-icon-char {
border: none;
padding-top: 0;
padding-bottom: 0;
}
.avia_transform .avia_start_delayed_animation.av_font_icon {
animation: none;
-webkit-animation: none;
}
.av_font_icon.av-icon-style-border a.av-icon-char:hover:after {
animation: none;
-webkit-animation: none;
}
.av_icon_caption {
margin-top: 0;
}
Hey newpappa,
Thank you for using Enfold.
Please decrease the width of the icon container on mobile.
@media only screen and (max-width: 767px) {
#top .av_font_icon a {
width: 60px !important;
}
}
Best regards,
Ismael
It worked beautifully. You guys are terrific!! Thank you!