How can I move the search bar to the right in the Turbo Portland theme?

Im using the turbo portland theme. I have been trying to move the search bar to the right of the header .

I have checked header.liquid and css folder and cant do it

Any help would be appreciated .

Thanks.

site is gotdripp.co

Hi @Gallacher11 , go to edit code > assets > styles.scss.css and add this:

.menu-position--block .menu li.search_container {
    float: right!important;
}

Result:

it worked ,

Thanks .

1 Like