Site logo

Archived topic

align left and right side of slider

3 replies · Started by Eimert on November 20, 2017

Viewing posts 1–4 of 4

After the last update of GeneratePress the borders of the slider are not aligned with the rest of the page and I can't find te right CSS to get this fixed again.

You can see the site at: http://www.debruineboon.nl/

I call the slider in the Pafe Header Content settings on the homepage. Can anybody help me on this?

Your elements above and below the page header have 20px borders, but the page header doesn't.

You can fix it like this:

.page-header-content {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
}

Hi Tom,

Thanks a lot for your quick reply! That was the solution! I previously used .inside-page-header-container for the border bat this didn't work anymore. Maybe I missed some update notes for your great theme.

There were some class changes in GPP 1.4.

Glad I could help! :)

This archived topic is closed to new replies.