Home Forums Pro Themes Education Hub Pro News section formatting is off

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #53664
    tknuteson
    Participant

    Has anyone found a way to fix the formatting on your news section? The tiles won’t line up at all, they are showing up with blocks in between them no matter how long I allow the title and previewed content to be.

    IE:
    X X
    X
    X

    Instead of:
    X X
    X X

    #53665
    tknuteson
    Participant

    The formatting on this post was changed, basically I’m getting blank blocks in between news posts horizontally on the left but not the right. If anyone has any insights I would appreciate the help!

    #53706
    wensolutions
    Keymaster

    Hello @tknuteson,

    Please use below given CSS to solve the issue .

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .inner-wrapper .news-post:nth-of-type(2n+1) {
        clear: both;
    }

    Hope this helps .

    Best Regards!!

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