Center header image across top of whole page

Home Forums Iconic One Pro Support Center header image across top of whole page

This topic contains 2 replies, has 2 voices, and was last updated by  pseudogeek 10 years, 3 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1493

    pseudogeek
    Participant

    Before I upgraded to Pro, I had the header image centered across the top of the whole page. I do not want any social media icons, so I made all the values in those blank, but of course the socialmedia class still exists and takes up the right 35% of the header.

    Using custom CSS I tried making the width of the socialmedia class 0% but I still can’t seem to get my header image to center up on the page. Best I can do is put a 180 px left margin on the logo, but that defeats the nice responsive layout that you have.

    I do not want to edit your CSS directly, in order to keep from having to re-do it when the theme is updated. So I am using a custom CSS plugin, kind of like adjusting the position of an antique chest of drawers by using a sledge hammer.

    http://www.rfwoodworking.com/wp/

    Tried this css in a custom css plugin:

    .site-header {
    width: 100%;
    text-align: center;
    }

    .header-image {
    margin: 24px auto 10px auto;
    }
    .themonic-logo img {
    margin-left: 180px;
    text-align: center;
    }

    #1494

    Using a custom css plugin is a brilliant way.

    Try the following after removing your custom css:

    .themonic-logo {
         width: 100%;
    }
    .socialmedia {
        display: none;
    }
    #1498

    pseudogeek
    Participant

    Perfect. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.