Site logo

Archived topic

Decrease search box width

10 replies · Started by Rohith on June 24, 2021

Viewing posts 1–11 of 11

I want to decrease the width of Search box in main navigation

Acutally, I dont know how to ask it. Bue I want to decrease the height and width of search box

Hi Rohith,

Try this CSS:

.inside-navigation .custom-search {
    height: 30px;
}
.custom-search input[type="search"] {
    max-width: 50px;
}

It decreased but the search box has lost its responsiveness

Everything is okay but the search text is not at the center

Try this:

.inside-navigation .search-form {
    display: flex;
    align-items: center;
    height: 100%;
}

Perfect, Thanks!

I have some other issue with the search icon the Sticky Navigation. Whenever we click, it Is floating left side. I want it to float right side and the background color is also not changing from Colors option.

No problem :)

Please open a new topic for the new question.

Thanks!

This archived topic is closed to new replies.