• Resolved bruk

    (@bruk)


    Hi, in the main page I have 3 horizontal post column widgets and underneath a vertical post list and post column, but if in the 3 widgets one of them has 1 more line of text in the title disfigures the rest of the page, how to solve?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @bruk,

    Thank you for reaching out to us!
    As much as I would love to help, this is how the theme was designed.
    The most you can do is make the titles have a fixed height by adding this code in Appearance > customize > Additional CSS:

    .newsmag_builder .newsmag-post-box-a.posts-column-layout h3 {
        height: 60px;
    }

    All the best,
    Mihaela

    Thread Starter bruk

    (@bruk)

    Worked,
    Thank you for the help ^^

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widgets alignment’ is closed to new replies.