Center Logo in header - by lisamarie - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 11 months ago ago by Eva Kemp

  • Avatar: lisamarie
    lisamarie
    Participant
    May 1, 2015 at 10:33

    Hello,
    I have read through the theme comments on the shop page. Someone asks how to centre their logo in the header. The reply was through css and that it is in the forum. I have looked through the forum and have not been able to find it.

    I was wondering if it might be possible if you could please provide me with the css. code so I can centre my logo in the header

    Sincere Regards,

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    May 1, 2015 at 19:10

    Hello,

    Please try to use this code in custom.css file:

    .logo img {
     margin-left: 90%;
    }

    To create custom.css you need rename default.custom.css to custom.css in wp-content/themes/blanco directory via FTP and enable it in Blanco – Theme Settings, tick “Enable Custom CSS file”.

    Regards,
    Eva Kemp.

    Avatar: lisamarie
    lisamarie
    Participant
    May 25, 2015 at 11:29

    thank you Eva 🙂
    It works on my desktop, However it has moved over in the mobile view and is no longer above the rest of the website info. Can you provide me with the necessary step to have it over the content for a mobile?

    Sincere Regards,

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    May 25, 2015 at 12:47

    Hello,

    Please add this code in custom.css file:

    @media (max-width: 480px) {.logo img {
        margin-left: 0;
    }}

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.