• Resolved digitalhombre

    (@digitalhombre)


    I’m using the single column menu, all standard nothing changed in the code. Yet the dotted bar and price following the menu item name is located too high, at the topside of the menu item name. I would like to see this dotted line and price at the centerline of the menu item name. Is there an easy fix?
    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support jaysupport

    (@jaysupport)

    Hi hombre,

    You should be able to change the position of the dots and price using CSS. For example:

    .fdm-item-dots {
        top: 20px !important;
    }
    .fdm-item-price-wrapper {
        top: 10px !important;   
    }
    

    You can paste this CSS, for example, in your theme’s customizer.

    Thread Starter digitalhombre

    (@digitalhombre)

    Yes, that is it! Thanks for the fast and correct support!

    • This reply was modified 5 years, 4 months ago by digitalhombre.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Position price and dotted bar’ is closed to new replies.