• Resolved YOLOWANG

    (@yolowang)


    Hi guys,

    I’m looking to find a way to center the logo on the page.
    So when i open my site with Chrome the logo on center but when i use firefox, the logo on right.

    Thanks!

    DK

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi YOWLOWAND!

    I took a quick look at your HTML and CSS. You should be able to easily center this wide image by removing the left float for the site-brand container.

    To do this go to your stylesheet and edit:

    .site-branding {
        float: left;
    }

    Change to:

    .site-branding {
        /* float: left; */
    }

    All we have done is commented out the float: left;

    Thread Starter YOLOWANG

    (@yolowang)

    sory for late reply, i will try it. brb

    Thread Starter YOLOWANG

    (@yolowang)

    it worked, thanks a lot TTTytan ??

    Hello,
    If this topic is resolved, please change the status to resolved.

    Thanks.

    Thread Starter YOLOWANG

    (@yolowang)

    done

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to center logo on page?’ is closed to new replies.