Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #367431

    Hello,

    I would like titles in all icons boxes to be centered, but the copy to be left-justified. Currently I am using this code to center the title: `.iconbox_content_title {
    align: center;
    }`, but I can’t find anything that works to center the copy without altering the title’s alignment. Thanks for your help!

    #367564

    Hey!

    Try adding this code to the Quick CSS:

    .iconbox_content_container {
        text-align: left;
    }

    Cheers! 
    Josue

    #367623

    Thanks Josue. I’d already tried that, and I just tried this too: `.iconbox_content_container {
    text-align: left !important;
    }` but no dice. Anything else? Thank you!

    #368087

    Hey!

    it looks just fine to me:

    Could you fix it?

    If not please clear your browser cache.

    Regards,
    Andy

    #370599

    Yep, cache issue. Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Icon Box Styling’ is closed to new replies.