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

    Can you send me a link to the menu on your site? I can probably provide a snippet of CSS to help, but I need to be able to look at the actual styles being applied.

    Thread Starter sacr1fyce

    (@sacr1fyce)

    Thanks for the reply Nate. The site is here: http://www.samisphillysteak.com

    I’ve shortened the pricing and the it is now aligned correctly. However, I would prefer the previous pricing for clarity. I don’t mind if I have to wrap the content a bit, I think I actually prefer it.

    Hi,

    The following CSS code will expand the width of the price field from 20% to 30%:

    .fdm-menu .fdm-item-has-price .fdm-item-panel p {
        padding-right: 30%;
    }
    .fdm-menu .fdm-item-price-wrapper {
        width: 30%;
    }

    If you need it to be wider you can just increase 30% to something higher.

    Thread Starter sacr1fyce

    (@sacr1fyce)

    Thanks Nate. I am making some other changes to the website, but I will give it a try once I am done.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Menu Content Width’ is closed to new replies.