Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   Upgraded WP --Header Image Offset (http://forum.bytesforall.com/showthread.php?t=20762)

riw777 Aug 12, 2013 12:10 PM

Upgraded WP --Header Image Offset
 
Y'all:

I just pushed a site I maintain to the new version of Wordpress, and... The header images are now offset to the left of the rest of the page on the main landing page. You can see the effect here:

http://shepherds.edu

I have custom code around the header for the menu, but not for the placement of the header image, or for the placement of the page below the header image... Inspecting the element, it looks like it's <div class="otw-twentyfour otw-columns"> --and I know WordPress just updated their themes in the recent release, so I suspect it's a change in the css ATH is calling to render this bit. But I've no idea where the offending code might be... :-(

Has anyone else seen this?

Russ

riw777 Aug 12, 2013 12:36 PM

Ugh. It looks like it's the slider, not the theme --when I remove the slider, the problem goes away. I'm still playing around to see if I can figure out why it's doing this. It's not an ATH problem at this point, but if anyone happens to see something that explains this, let me know.

Thanks!

Russ

swimflyfast2 Aug 12, 2013 02:43 PM

I like your photos, Nice colors great composition. looked but could not find

juggledad Aug 12, 2013 04:25 PM

The cause is this CSS in teh plugin's style sheet
HTML Code:

.otw-column, .otw-columns {
    float: left;
    min-height: 1px;
    padding: 0 0 0 8px;
    position: relative;
}

that last 8px in the padding applys to the left


All times are GMT -6. The time now is 11:02 AM.

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