Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #380573

    Hi guys,

    I’d like to set a uniform size for portfolio scape iconboxes (large icon on top). I put this code into my quick css to no avail. Any ideas?

    iconbox_content{height: 400px};

    Also, is there any way to set the text in the iconboxes as centre justified, so the sentences in the paragraph are the same length?

    Thanks :)

    #380947

    Hey saremcdee!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .iconbox_content_container {
    text-align: justify;
    }
    .iconbox_content {
    min-height: 400px;
    }

    You can turn on custom CSS field for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and can apply the changes only on certain elements as well.
    Please post the link to your page where you have iconboxes if that code does not work

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.