Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2481434
Center Logo
Closed

Comments

  • Knux0r started the conversation

    I would like to make the logo center when it is shown on mobile. Currently it aligns to the left. Also would like to know how I can tweak the logo size to make it larger/smaller.

  •  4,774
    Michael replied

    HI!

    pls. use following css:

    @media(max-width:767px){
    #site-header .primary-navigation, #site-header #perspective-menu-buttons {
        width: 10% !important;
    }}

     

    6707465710.png

    Logo size you can change as follows:

    5122618660.png