Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #390446

    dear moderator,

    is it possible to align the icon box (Icon and title) above the center of the image and off course respond accordingly on all screen sizes. Both the image and the icon box are in the same column.

    thank you.

    • This topic was modified 9 years, 9 months ago by surfersp.
    #390811

    Hey surfersp!

    Try adding this to your custom CSS.

    .iconbox .entry-content-header {
      text-align: center;
    }
    .iconbox .entry-content-header * {
      float: none;
      display: inline;
    }

    Best regards,
    Elliott

    #390866
    This reply has been marked as private.
    #391194

    Hey surferp!

    Great! We’ll have a look at your other issue asap.

    Cheers!
    Rikard

    #649475

    Hi there Rikard, I tried out the code you suggested above, but the icons appear slightly above the titles. Look:
    https://postimg.org/image/lxxqz8nzr

    Any advice on how to correct this?
    Thanks in advance!

    MCM

    #650106

    Hi,

    Try this:

    .iconbox .iconbox_content .iconbox_content_title {
    vertical-align: top !important;
    }

    Thanks,
    Rikard

    #651819

    Thank you so much, worked out great!

    MCM

    #651979

    Hi,

    Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘center align iconbox icon + title’ is closed to new replies.