Okay
  Public Ticket #2877865
Logo on mobile
Closed

Comments

  • GertJan started the conversation

    Hi,

    Please see screenshot.

    On mobile I want to give the logo some space at the top... how do I fix this?

    Thanks!

    Kind regards,

    GertJan van Schuppen

  •  1,104
    Max replied

    Add padding or margin to the element in advanced tab

    Thanks,


    Max from the Sonaar.io Crew

  • GertJan replied

    Hi Max,

    Can you show me where that is? I can't seem to find it...

    Kind regards,

    GertJan

  •  647
    Alexandre replied

    Hi, 

    Please go to wp-admin>theme options>custom css/js
    And add this code in the custom css field:


    .classic-menu.responsive .logo {
    top: 10px;
    left: 10px;
    }

    Thanks,


    Alexandre from the Sonaar.io Crew