[Resolved] align left and right side of slider

Home Forums Support [Resolved] align left and right side of slider

Home Forums Support align left and right side of slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #428760
    Eimert

    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?

    #429076
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #429534
    Eimert

    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.

    #429543
    Tom
    Lead Developer
    Lead Developer

    There were some class changes in GPP 1.4.

    Glad I could help! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.