Oxygen theme – Center slider

  • Unknown's avatar

    Hi,
    I’m playing about with the layout of a static front page using Oxygen.

    I have so far removed the sidebars and recent posts. Ideally, I would now like to centre the featured content slider. Is there any way to do this using CSS?

    Also -is there any way of adding some static text to the front page (front page only) beneath the slider?

    Any advice much appreciated!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Ah – I found how to centre the slider. This seemed to do it:

    .page-template-showcase-php #content-wrap {
        width: 100%;
    }

    Still can’t work out if there’s any way to add some text to this static front page using Oxygen though. Any ideas?

  • Unknown's avatar

    Right – figured this out too, after a bit of searching through these wonderful forums. This did the trick:

    #content-wrap:after {
        content: "YOUR TEXT HERE";
        font-size: 100%;
        font-weight: regular;
        color: #000000;
  • The topic ‘Oxygen theme – Center slider’ is closed to new replies.