Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Image not centered in box (http://forum.bytesforall.com/showthread.php?t=1480)

paulae Apr 29, 2009 06:32 PM

Image not centered in box
 
I had been using the Image Shadow plugin to create a nice, soft frame around my images, and I'd turned off the default border in the theme. Then I realized the plugin was caching the images, and it was adding about .3 of a second to the front page load-time. So I deactivated it.

Now I want the border back, but the default produces an odd effect. The image is flush left, with a right padding area. I want it centered, and can't figure out how to get it that way.

Flynn Apr 29, 2009 07:01 PM

Try this CSS Insert

.post img.size-full {
margin: 0 auto;
}

paulae Apr 29, 2009 08:40 PM

OK, thanks.

In the meantime, I had fiddled with the padding so that there was enough on the left side to counteract the radius padding. At least, I think that was what the problem was.

Now that I have disabled the plugin, I've lost the nice thin border around the front page thumbnails. That's a plugin too, Thumbnails for Excerpts. I'm not sure why the border is gone; the CSS for it is still in the CSS area of options. Curiouser and curiouser....

Flynn Apr 29, 2009 08:49 PM

The CSS Inserts override the theme options as they come last in the source code.

style.css -> Theme Options -> CSS Inserts

paulae Apr 29, 2009 08:52 PM

Sorry, I deleted part of my previous post, and added a part you didn't answer yet. Obviously, it's late and I should be in bed!

Flynn Apr 29, 2009 09:35 PM

And so should I


All times are GMT -6. The time now is 07:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.