• Resolved florianwerres

    (@florianwerres)


    Hey there,

    after updating to the latest plugin version, the price position changed from being at the end of the first line’s menu item to the line below the first line.

    Is there a way to change back this position in my layout?

    At the moment, the extra line for the price leads to much more scrolling in the menu sections.

    Cheers
    Florian

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Florian,

    Were you able to correct this? I ask because I just had a look at your menu and the prices are showing to the right of each item, not below on a new line. If not, then is this only happening on certain screens or devices?

    Thread Starter florianwerres

    (@florianwerres)

    Hi,

    I checked it on iPhone and one Android phone and it shows the price in the line below on both devices. I just checked it again to be sure.

    What kind of device do you use?

    Hi @florianwerres,

    You could solve this issue using the following Custom CSS:

    @media screen and (max-width: 450px){
        .fdm-item-price-wrapper {
            position: absolute !important;
            width: 20% !important;
            text-align: right !important;
            top: 0 !important;
            right: 0 !important;
            white-space: nowrap !important;
        }
    }

    Does it work for you?

    Thread Starter florianwerres

    (@florianwerres)

    Thank you. Partly yes. But if I have multiple prices, the item description and the price sometimes overlaps now.

    Hi @florianwerres,

    Could you provide me a link to the page with this issue?
    I checked the page you shared and I was unable to find a menu item with such issue.

    I believe we could use some Custom CSS for this as well.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Position of price’ is closed to new replies.