Move Logo

How I can Move the Logo To the left side and change the size of search bar to make it a little bit bigger in a Tablet Screen?

URL:https://spoontag.com/

Thanks

Hi @Kareem-bitar ,

You can try this code by following these steps:

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Inside tag head. You need create style tags. After you’ll insert my code inside it

.search__input.field__input {
    width: 360px !important;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: