I’d like to reduce the size of the incombox circles ( and probably icons too, maybe even space between) to avoid them being scrambled around when viewing the site on an ipad in portrait mode. Could you help me out?
Hi aadler!
Thank you for using Enfold.
Can you please provide a screenshot of what you’re trying to do? You can adjust the size of the iconbox icon with this:
#top .iconbox.av-no-box .iconbox_icon {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
}
Use css media queries if you only want to apply it on tablet screen size.
Regards,
Ismael