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 #2097383
Padding for top search bar
Closed

Comments

  •  1
    Adrianne started the conversation

    Hello and thank for your help. 

    It is possible to add some padding above the boxes on my homepage (ie on this url here > https://sweetcaramelsunday.com/) and as seen in the attachment. As I feel the search icon is a little hidden now. But if the boxes were a bit further down it would work better. 


    Cheers 

    Adrianne

  •  2,699
    PenciDesign replied

    Hi,

    This issue caused by your menu is too long - it makes the search icon drop to a new line. You can add more this code to Customize > Custom CSS to make the search icon move up on navigation:

    #navigation ul.menu>li, #navigation .menu>ul>li{ margin-right: 25px; }
    

    Best Regards,

    PenciDesign

  •  1
    Adrianne replied

    Cool, thanks, I didn't realise that!