badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Center logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12461
    Kala albums
    Participant

    Hi, how can i center the main logo image in the header?

    (i know there’s a topic below with the same question but there is no answer in it)

    #12478

    Hi Klemen,
    First use this

    #site-logo {
        float: none;
        text-align: center;
        width: 100%;
    }

    If this doesn’t work then use this

    #site-logo{
    text-align:center !important;
    float:none !important;
    }

    If still not fixed then please send your site url too.
    Thank you!

    #12551
    Kala albums
    Participant

    hi,

    thanks for the reply, but unfortunately none of the above solutions does the trick.

    I’m working on the website localy so i dont have the url – is there another way?

    #12563

    Hi Klemen,
    Sorry PLease send the url so that we can help you. I don’t think there is another way. And finally try this

    .hgroup-wrap a {text-align : center; }
    Thank you!

    #12567
    Kala albums
    Participant

    Hi,

    the last code works – thanks again!

    #12585

    You welcome
    Thank you!

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