Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #157680
    rgraham
    Participant

    The logo at the top of my page is not centered–it sits off to the right. I changed the logo size using the following CSS because we needed it to be bigger. Is there something I can adjust in the CSS to get that logo centered again without losing the changes I made to the size? Thanks

    .custom-logo {
    margin:0px auto;
    max-width:605px;
    height:150px;
    }

    .site-branding {
    margin:0px auto !important;
    height: 230px;
    }

    .site-header-main {
    padding-top:0px;
    padding-bottom: 0px;
    margin-top:-30px;
    margin-bottom: -35px;
    }

    #157842
    Skandha
    Participant

    @rgraham: Please post in your site URL so that I can look into the issue.

    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Logo not centered’ is closed to new replies.