Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #324518

    Hi,
    i have set inside a Colour Section a 1/5 layout and i have a visualization problem to the Special Title.
    If the Special Title is set in default size in the last two 1/5 layout is cut.
    The link interested to this issue is: http://s532234671.sito-web-online.it/

    Thank you in advance.

    #324525

    Hi MattiaParla!

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

    .flex_column.av_one_fifth h1 {
    font-size: 32px;
    }

    Best regards,
    Yigit

    #324539

    Hi Yigit,
    thank you for your fast reply.
    Now the issue it’s only to one Special Title of 1/5 layout, exactly the fourth from the left.
    The special title it’s cut of two letters.

    Best regards

    #324543

    Hey!

    Please change font size to 26px instead of 32px. That font size is simply too big for 1/5 column element

    Best regards,
    Yigit

    #324560

    If i change the font less than 32 px i have the first Special title that goes in one line and the others Special title are in two lines, so this one it’s not so pretty to visualize it.
    Is it possible to force the Special title in this section on two lines also if i have less than 32 px size?

    Best regards

    #325258

    Hi!

    Please try using following code

    .flex_column.av_one_fifth h1 {
    font-size: 32px!important;
    letter-spacing: -1px;
    }
    .av-special-heading.av-special-heading-h1.custom-color-heading.blockquote.modern-quote.avia-builder-el-3 h1 {
    word-spacing: 20px;
    }

    Best regards,
    Yigit

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