Misalignment Of Classes In Saratov template Above 5 (classes category)

Please I need help on how to make 6 classes in Saratov template align side by side instead of skipping the second role after the fourth class as seen in the screenshot attached.

Thank you!

Hi,

You can contact with your purchase item author hope they will help you in this issue

Thanks!

Hi

This is happening because you will see each item has different number of chanracters/words for the title. So, misalignment occured. to fix it you have to set a css for the each item div and you have to set min-height as like

.ITEM-DIV-CLASS-NAME {
    min-height: 150px;
}

note: .ITEM-DIV-CLASS-NAME and 150px you have to change as you need.

Thanks