• Resolved isaac85

    (@isaac85)


    I’m setting up Foodlist on my second website (huge fan of the plugin) but I’m having trouble getting the menu to display nicely. The amount of lines in the item description affect where the beginning of the next item title begins so the bullet points end up displaying not in line.

    As a workaround, I tried adjusting the font size but that only helps on certain displays.

    Here’s my first site where it displayed perfectly without any modifications:
    https://www.ddstreetfood.cz/cs/nase-jidlo-2/sandwiches/

    And here’s the new site where it’s a bit of a mess:
    https://www.sausageparty.cz/en/menu/

    Any ideas?

    Thanks,
    Isaac

    • This topic was modified 7 years, 11 months ago by isaac85.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Denis V (Artprima)

    (@v-media)

    Ahoj ??

    Actially, this is a generic html/css question, not directly related to Foodlist. But I can help you. Add this to your css file:

    .clear {
        clear:both;
        display:block;
        overflow:hidden;
        visibility:hidden;
        height:0px;
    }
    
    Thread Starter isaac85

    (@isaac85)

    Awesome, thanks so much! I assume you mean that I should add it to the Foodlist CSS? Which section and where, exactly?

    I have some bad experience messing around with the CSS on my own ??

    Thread Starter isaac85

    (@isaac85)

    Nevermind, added it to the Custom CSS and it works. Thanks a lot man, keep up the great work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formatting is all wonky’ is closed to new replies.