Center Menu in Oxygen Theme

  • Unknown's avatar

    Hi,

    I want to know if I can center the upper menu in that theme. I have seen it in other blogs with this theme (and I’m almost sure that this blog was .com either) and I want to know if I can set that in my blog too.

    Thanks!

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

  • Hi there,

    That’s something you could do with CSS. I see you’re not using Oxygen now. If you’re still interested in this, if you could point me to one of the blogs were you saw what you were after, I’d know better how you can achieve the same effect. :)

  • Unknown's avatar

    Hi eurello,

    I am using Oxygen theme and edited CSS to center the post title and summary in top page which were in [float: left;]position.

    I added this to customize CSS↓
    ーーーーーーーーーーーーーーーーーーーーーーーーーー
    .entry-header {
    float: none;
    width: 100%;
    }

    .entry-summary {
    float: none;
    width: 100%;
    }
    ーーーーーーーーーーーーーーーーーーーーーーーーーー

    But I can’t find a way to center the byline(date, author, edit) which is still in left floating position.

    This is my website. (in Japanese)
    http://ouchisaien.com/

    Please help me if you have any idea!

    Thanks,

    Yoshi

  • Unknown's avatar

    HI Yoshi,

    It looks like you have a WordPress.org site. To clear up any confusion, WordPress.com and WordPress.org are two different entities. At WordPress.com, we provide hosting, support, and tons of features for blogs. WordPress.org is a software for self-hosted sites. With WordPress.org, users are provided access to all backend files and can upload custom themes and plugins.

    Check here to learn more about the difference between WordPress.com and WordPress.org:

    WordPress.com vs. WordPress.org

    However, after looking at your site, it looks like you can center the byline using this CSS:

    .singular .byline {
    margin-bottom: 18px;
    text-align: center;
    }

    Try that out and if you have any questions I’m sure the WordPress.org support community would be a great place to seek help:

    http://wordpress.org

    Cheers!

  • The topic ‘Center Menu in Oxygen Theme’ is closed to new replies.