On this page I have a section with standalone icons with borders and optional captions. The issue is on my iPad in portrait mode. One of the icon captions is not showing up centered beneath the icon (See Image) All of the other captions are centered, it’s just the one with the word construction. Can you please provide me with some quick css to center this caption please? Thanks!
Hi djshortkut,
Please try the following CSS to see if you have any luck with it:
@media only screen and (min-width: 768px) and (max-width: 990px) {
.avia-builder-el-58 .av_icon_caption {
margin-left: -10px !important;
}
}
Best regards,
Rikard
Thanks Rikard! You can close this thread.