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

    It looks like it’s loading 50×50 images. What size have you set in the settings?

    Thread Starter steff13grace

    (@steff13grace)

    I have 50x5o in the settings. I want them to actually be 50x50px. They are 450×450. How can I get them to be truly 50x50px on the frontend?

    Hi steff13grace,

    Ok, I see what you want. You’ll need to modify the CSS code to change the size at which the image is displayed on the page. Try the following:

    .fdm-menu .fdm-item-image {
      width: 50px;
    }

    When you do that, you’ll probably also want to adjust the left padding of the menu item content so that there isn’t a big space there:

    .fdm-item-has-image .fdm-item-panel p {
      padding-left: 65px;
    }
    Thread Starter steff13grace

    (@steff13grace)

    That worked!!! Thank you so much.
    I purchased the pro version. It’s working nicely. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu Image will not Crop’ is closed to new replies.