Thread Starter
David_G
(@questas_admin)
Here is what I NEED to change. Click on the link and you will see snapshots of what is wrong along with an explanation of what I am trying to do. I cannot upgrade the theme on one site until I fix this. Thanks.
http://youneedthissite.com/aandsmobileauto/style-question/
Thread Starter
David_G
(@questas_admin)
I got it figured out, with the help of CHROME’s Inspector tool. If you use CTRL + SHIFT + I it opens the inspector in chrome. Then use the magnify glass on the left side to select what you want to inspect it works much like FIREBUG. EXCEPT that you can then click the + symbol above the ELEMENT.STYLE and it creates a new selector underneath the element. USING THAT METHOD I got the following selectors to which I changed the settings. It worked.
img.attachment-large.no-tc-thumb-size.wp-post-image.wp-post-image {
min-height: 100px !important;
min-width: 100px !important;
}
Thanks to everyone who tried.
Thread Starter
David_G
(@questas_admin)
I am taking down the Style-Question page. Site going offline.