Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   [SOLVED] Image Padding Interfering with Gallery (http://forum.bytesforall.com/showthread.php?t=12859)

jasontbedell Feb 17, 2011 11:50 AM

[SOLVED] Image Padding Interfering with Gallery
 
Hello,

I am trying to get a NextGen Gallery to display properly. I've finally narrowed down the cause. In ATO, Images in Posts are styled with padding: 0 50px 10px 50px;, which works well for the rest of the site.
Normally, I would fix images that need to be moved with code like (see homepage):
Code:

img[title="stripe_news"] {
margin: 5px -100px !important;;
padding: 0 0 0 0 !important;;
}

The problem I'm having is that the NextGen Gallery is dynamic. It is on this page. http://litteacher.com/prof-developme...earning-brain/. I can't seem to target it as specifically with css. Is there a way to override the padding for the gallery images specifically?

Running WP 3.0.5 and ATA 3.5.3.
Thank you for your help.
Jason Bedell.

jasontbedell Feb 23, 2011 09:42 AM

Solved.

Was never able to get it quite right, so I removed the universal image padding and applied the requisite padding to specific images individually.


All times are GMT -6. The time now is 11:05 PM.

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