Center logo - by TheBarfly - on WordPress WooCommerce support

This topic has 7 replies, 3 voices, and was last updated 10 years ago ago by Eva Kemp

  • Avatar: TheBarfly
    TheBarfly
    Participant
    April 17, 2014 at 07:14

    I haver chosen the first header type, but want to keep the logo centered when i dissable the search option.

    6 Answers
    Avatar: Muhammad Zaki
    Muhammad Zaki
    Support staff
    April 18, 2014 at 13:10

    Hello, @TheBarfly

    For this you need to implement a small customization with custom.css file. You may provide your site link and we will have a look.

    Regards

    Avatar: Eva
    Eva Kemp
    Support staff
    April 18, 2014 at 13:23

    Hello,

    You need to add the following code to custom.css file:

    @media(min-width:980px) and (max-width:1199px){
     .header5 .logo, .header6 .logo, .header1 .logo, .header7 .logo {
      position: relative;
      left: 325px;
     }
    }
    
    @media(min-width:1200px){
     .header5 .logo, .header6 .logo, .header1 .logo, .header7 .logo {
       position: relative;
       left: 330px;
       float:left !important;
     }
    }

    Please try this and reply back if the problem persists.

    Regards,
    Eva Kemp.

    Avatar: TheBarfly
    TheBarfly
    Participant
    April 20, 2014 at 07:42

    The problem persist.

    http://website.omargot.nl

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 23, 2014 at 12:06

    Hello,

    Sorry for a long delay.
    We’ve fixed the issue and now the logo is placed in center.
    Please check.

    Regards,
    Eva Kemp.

    Avatar: TheBarfly
    TheBarfly
    Participant
    April 23, 2014 at 13:21

    No problem… perfect !! thanx for the effort.

    Avatar: Eva
    Eva Kemp
    Support staff
    April 23, 2014 at 14:27

    You are welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Center logo’' has been successfully resolved, and the topic is now closed for further responses

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