Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1332201

    Hi There,

    I have an issue where I created food menus and on mobile devices, some of the items are overlapping with the prices and are hard to read. I tried some of the different CSS codes I found throughout the forum but nothing has worked so far. Can you please take a look and suggest CSS that will work?

    Thanks,
    Monique

    #1332244

    Hey Monique,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-catalogue-price {
        position: inherit;
        float: right;
    }
    }

    Best regards,
    Rikard

    #1332372

    Thank you Rikard. That did the trick!

    Have a good weekend.
    Monique

    #1332392

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1332440

    You can close it. Thank you.

    #1332445

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Catalogue menu items on mobile device is overlapping’ is closed to new replies.