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

    Hello everyone,
    I would like a line break in the heading of the icon grid (under the slider). I’ve tried <br> but it doesn’t work.

    For Example:
    CONSULTING &
    DEVELOPMENT

    What can I do?

    Thank you

    #1286758

    Guys?

    #1286761

    Hi,

    Thanks for contacting us!

    Icon Grid titles does not support HTML. Please add following code to Quick CSS in Enfold theme options > General Styling

    .av_icongrid_title.icongrid_title {
        width: 48%;
        margin: auto;
    }

    This would simply decrease the width of the title and force a break :)

    Regards,
    Yigit

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