Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS WordPress Child theme – weird horizontal scroll Re: WordPress Child theme – weird horizontal scroll

#93534
Mottie
Member

The only weird page I see on your site is the home page slider. It’s under the header and the image caption is off the screen. And that is because of the absolute positioning. I added the specific body class for that page to this css which should get it centered again

body.page-id-14 #container {
background-color: #FFFFFF;
margin: 0;
width: 1000px;
}

body.page-id-14 .one-column #content {
margin: 0 auto;
width: 1000px;
}

body.page-id-14 .entry-content, .entry-summary {
clear: both;
padding: 108px 0 0;
}

#rotator {
height: 600px;
width: 1000px;
}