Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #566842

    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!

    #566951

    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

    #566967

    Thanks Rikard! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Centering Icon Caption’ is closed to new replies.