Move the search

Home Forums Gillion Theme Move the search

Home Forums Gillion Theme Move the search

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • Rubeco20
    Participant

    Hi!

     

    Is it possible through the custom CSS to move the search to the topbar, for example like this in the demo image? If so, could you help me?

    Attachments:
    You must be logged in to view attached files.

    Hi @Rubeco20,

     

    I hope you are well today and thank you for your question.

     

    Yes we can try achieving this developing custom CSS code.

     

    Could you please share me your site URL where it’s displaying so that i can help you to achieve it?

     

    Also alternatively please try using below plugin to achieve this.

     

    https://wordpress.org/plugins/add-search-to-menu/

     

    Best regards,
    Shufflehound team

    Rubeco20
    Participant

    Hi, Support Shufflehound!

     

    Thanks for the reply. The suggested plugin did not look so good.

     

    I’ll leave the URL on my site:

     

    Best regards,

    Rubeco20

    Solution for this topic

    You can move it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item.sh-nav-search.sh-nav-special {
        position: absolute;
        top: -50px;
        left: 210px;
    }

    Rubeco20
    Participant

    Hi!

     

    Thank you for your help.

     

    I was able to leave as I would like.

     

     

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)