• I am having a problem centring the image widgets on the sub-menus. I tried the following CSS and nothing sees to want to move the image alignment

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.widget_media_image {
    margin-left: 30px;
    }

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.widget_media_image {
    text-align: center;
    }

    Does anyone happen to have any idea what I am doing wrong?

    • This topic was modified 4 years, 10 months ago by yvbs20.
Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi yvbs20,

    I think you will need need to target the img element rather than the list item. Try:

    #mega-menu-wrap-header #mega-menu-header li.mega-menu-item.widget_media_image img {
        margin: 0 auto;
    }

    If that does not work please post a link to your site so I can take a look.

    Regards,
    Tom

Viewing 1 replies (of 1 total)

The topic ‘Unable to centre image’ is closed to new replies.