• Resolved Tapdance42

    (@tapdance42)


    I am experiencing an issue when I try to add images to my menu. (The menu in question is “training” on the lefthand side of my nav bar.)

    For some reason, the images are much smaller than the column itself. I’ve tried resizing the images, using images with different orientations, replacing them with different pictures, etc., but nothing seems to change the size of the image when displayed in the menu. The issue seems to have something to do with adding a link to my image; when the link is removed, the images display as I’d like them to.

    I found a similar thread from a few years ago, and it was suggested to add this to additional CSS:

    #mainnav ul li a {
    width: auto !important;
    }

    However, I’ve tried adding this code and it doesn’t seem to change anything. Is there a fix for this issue?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi tapdance,

    Thanks for posting a link. Please try this CSS instead:

    #site-nav ul ul li a,
    #site-nav ul ul ul li a {
    	padding: 0;
    	padding-left: 0;
    }

    Regards,
    Tom

    Thread Starter Tapdance42

    (@tapdance42)

    This worked perfectly. Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image Size Issue’ is closed to new replies.