• Hello!
    Using your plugin for my shop. And have one problem – when system loads a different lenght of names – it’s all in different height. How i can fix this?

    • This topic was modified 6 years, 7 months ago by Jan Dembowski. Reason: Moved link to correct place

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

Viewing 1 replies (of 1 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello @illusion4000,

    As I see you have 5 elements on page load and last element is not correctly set and this is without our plugin. Deal with it by using isotope or something like it and it will be working ok.

    As for now you can add this CSS to fix it

    
    ul.products li {
        min-height: 440px;
    }
    

    Regards,
    Dima

Viewing 1 replies (of 1 total)
  • The topic ‘Elements not on one line’ is closed to new replies.