Images in pages CSS Problems
-
I’m having an issue where any image I insert into a page, is automatically resizing to a width of 544px. I’m guessing the creator of my specific theme (Nightclubbing) did this so that any images larger than this won’t break the layout.
The issue is, I’d like to put a small thumbnail in one of my pages, but it’s forcing up to a “width=544px, height=”auto” and making the image huge.
I imagine this is the culprit:
/* Images */ p img { width:544px; height: auto; background:none!important; border: 0px solid white !important; }
But I don’t want to remove this property because it’s great at auto-scaling all my images on my front-page.
Also, any attributes I add to the image itself get completely ignored because of this.Any help would be appreciated!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Images in pages CSS Problems’ is closed to new replies.