overriding theme's css img command
-
Hey all!
I am running a theme on my site that has a css command in the stylesheet:
img, img a {
width: auto;
height: auto;
}that makes it so whatever I size my images as in my posts, they automatically resize to be as big as possible that my theme will accept. I’ve so far resorted to just deleting the aforementioned css code, but i have to redelete it every time i update the theme. is there anything I can add to my custom css that will cancel this out? I’ve used the trick of adding !important to some code before to override theme defaults, but i don’t want to set a specific width, I just want the width to be whatever I set it as in the post.
thanks for any help!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘overriding theme's css img command’ is closed to new replies.