Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi @musicophilia

    You need to add some margin or padding in the search element, using CSS. Can you send us here the public URL (please, don’t send credentials), so we can take a look a give you the correct CSS?

    Thread Starter musicophilia

    (@musicophilia)

    This is the website

    https://ontpress.com

    Thank you so much!

    Hi @musicophilia

    You need to add this CSS:

    @media (min-width: 1200px) {
      .cart-search {
         margin-top: 42px;
      }
    }

    This CSS will only modify the search item with a width of 1200px or higher.

    To add this CSS, you have to do these steps:

    • Go to Appearance -> Customize.
    • Click on Additional CSS.
    • Add the CSS.
    • Click on Publish.

    Be advised that you don’t have the main menu with a width between 1025 and 1200px.

    Thread Starter musicophilia

    (@musicophilia)

    Hey thanks a lot you rock!!!

    Oh… is there a way to fix that? Sorry to bother you again.

    Hi @musicophilia

    This last question is related with the plugin you are using, so I recommend you to ask in the plugin forum. Link there to this thread, so they can get feedback from here

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove or move search button?’ is closed to new replies.