• Resolved sarahred777

    (@sarahred777)


    sarahred777 (@sarahred777)

    7 hours, 34 minutes ago
    I’m using the Mega Blog template and for some reason the featured posts columns on the home page are different heights and I need to fix it.

    It looks like the preview of the article is showing four lines of text in the first column and 3 lines of text in the 2nd and 3rd column and I can’t for the life of me find the right code!

    Is someone able to help and provide the CSS code to fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themepalace

    (@themepalace)

    Hello @sarahred777,

    You can make it of the same height by providing the same length of excerpt for the post.

    Or just go to Dashboard->Customizer->Additional CSS and drop the CSS below:

    #featured-posts article .entry-container {
       min-height: 313px;
    }

    Alter the value of min-height as per your need.

    Regards,
    Theme Palace

    Thread Starter sarahred777

    (@sarahred777)

    That worked a treat ??

    Thank you
    Sarah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help with sizing columns’ is closed to new replies.