header menu problem

header menu problem

tdil
New Member
6 0 0

first of all, i want too reduce the space between the search bar and the user icon

tdil_0-1723526261763.png

i would like it will be like the space between the user and cart icons.

i also have problem with the maburger menu- it doesnt open the menu currectly while clicking on it.

tdil_1-1723526367741.png

 

as you can see the menu is open but nothing can be seen,

and in mobile display, the header icons are little messy

tdil_2-1723526439538.png

i need the menu o be on the right, and user, search&cart icons on the loft, jusy like in the desktop display

thank you all for the help.

 

Replies 6 (6)
tdil
New Member
6 0 0
tdil
New Member
6 0 0

hey i cant find this part in the header.liquid file

tdil
New Member
6 0 0

it now looks like this:

tdil_0-1723534561567.png

in the right side instead of left side and when i click it it opens like this

tdil_1-1723534617475.png


instead of like this

tdil_2-1723534643571.png

 

tdil
New Member
6 0 0

GTLOfficial
Shopify Partner
784 162 172

Hello @tdil  ( --> you can see the menu is open but nothing can be seen )

Go to online store ----> themes ----> actions ----> edit code ---->base.css
add this code at the end of the file.

.menu-drawer {
visibility: inherit;
}

 result
3.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
tdil
New Member
6 0 0

thank you it worked!