• Resolved Phil MYB

    (@makeyoubelieve)


    Hi,

    I cant for the life of me find a way to completely remove the image, so if an image doesn’t appear the whole menu isn’t off centre.

    Great plugin, but at the moment my menu’s are off centre and are cracking me up, im sure im missing something easy!

    Any help would be appreciated.

    https://wordpress.org/plugins/food-and-drink-menu/

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

    Can you send me a link to the menu on your site? I’ll take a look and see if I can find the issue. Not including an image shouldn’t cause any major alignment issues, but of course there are lots of ways things can interact in unexpected ways on different sites.

    Thread Starter Phil MYB

    (@makeyoubelieve)

    Yeah, im baffled by it..

    If you look at this page Link you can see what i mean.. everything is aligned as if there should be an image to the left. iIm probably missing something really obvious.

    Thnks

    You can also see on this page when viewed on mobile that is aligns to the right.

    Hi Phil,

    On the first link, there’s actually no image-related issue. It’s just that you’ve placed the menu inside of an element that’s centred all of the text. It’s the .vcex-icon-box styles that are doing this.

    Try adding this CSS code to left align the menu:

    .fdm-menu {
      text-align: left;
    }

    You’re also getting some extra margin spacing in there, which is a common issue. It’s just not possible for me to anticipate how every theme will determine margins. The following should fix that:

    .entry .fdm-menu,
    .entry .fdm-menu ul {
      margin-left: 0;
    }

    If I understand your issue on the second link, the last CSS code I showed should fix that issue as well. Let me know if it doesn’t address things.

    Thread Starter Phil MYB

    (@makeyoubelieve)

    Thank you so much!

    Has worked perfectly!

    Thanks for the great support! Much appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do i completely remove the image?’ is closed to new replies.