Image Size Issue
-
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]
- The topic ‘Image Size Issue’ is closed to new replies.