• Wonderful theme!
    Dear, please! Is it possible – in the free version – to position the logo above / Top On the Menu?
    (because the logo on the side of the menu, makes the space smaller for my menu…)
    Tkanks!

Viewing 1 replies (of 1 total)
  • Hello drica100,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .site-branding {
      width: 80%;
      margin-bottom: 13px;
    }
    
    .header-layout-1 .right-head {
      width: 15%;
    }
    
    .header-layout-1 #main-nav {
      float: left;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Position of the logo’ is closed to new replies.