Okay
  Public Ticket #3985031
Customizing search bar
Open

Comments

  • thevmf started the conversation
    7624153292.png

    On the menu bar we have added the default search bar from the theme options, but the client don't like this fullscreen view. Is there a way we can make this as small box?

  •  3,163
    Andrew replied

    Hi there,

    Thank you for getting in touch.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .ascend #search-outer {
    	height: 50vh;
    }

    Try that and let us know how it goes.

    Thanks.