Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1898703
Menu and Logo
Closed

Comments

  • naoh66 started the conversation

    Hi , 

    i have two question 

    1- how can i close gap menu item and search icon ?

    http://prntscr.com/mm41lr


    2- My logo is hard  I want my logo to be larger than the menu, but the menu does not stay in the current size.  http://prntscr.com/mm43ln

    this way the logo looks too small from the menu http://prntscr.com/mm41td

    How can I grow the logo and leave the menu fixed ?

    thank you
    best regards


  •  501
    Penci replied

    Hi,

    1/ Please go to Customize > Addtional CSS then add custom css to do that:

    .site-header.header--s11 .header__social-search {
        padding-left: 0;
    }

    2/ Please send me your website management information ( admin url site, username and password ). I will  check it help you.

    Best Regards,

    PenciDesign

  • naoh66 replied

    yapimetri.com/admin

    Id: admin 

    Pass : 2360436sa


  •   naoh66 replied privately
  •  501
    Penci replied

    Hi,

    I custom header help you with  add go to Customize > Addtional CSS then add custom code to do that:

    .site-header.header--s11 .header__social-search { padding-left: 0; }
    .site-header.header--s11 .custom-logo{    max-height: 150px;}
    .header__social-search {height: 100px;}
    .site-header.header--s11 > div { align-items: center; }
    

    you can change height logo  is 150px to any height you want

    .site-header.header--s11 .custom-logo{    max-height: 150px;}


    Best Regards,

    PenciDesign