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 10 (10)

Sangeetanahar
Excursionist
445 27 56

Hello @tdil 

can you please share your website URL.

Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
tdil
New Member
6 0 0
Sangeetanahar
Excursionist
445 27 56

Hello @tdil 

for mobile

1.Go to online store ----> themes ----> actions ----> edit code ---->assets ---->base.css ---->
add the code at the bottom of the file

@media screen and (max-width: 749px) {
.header__icons {
    position: absolute;
      top: 26px;
}
}

2.Go to online store ----> themes ----> actions ----> edit code ---->section.....>header.liquid

search code

@media screen and (max-width: 749px) {
    #shopify-section-sections--16871060242568__header header-drawer {
         grid-area: icons; 
        margin-left: 0 !important;
    }
}

and replace this code to new code

@media screen and (max-width: 749px) {
    #shopify-section-sections--16871060242568__header header-drawer {
       
        margin-left: 0 !important;
    }
}

result will be

Thug-dealer (2).png

 

Buy me a Pizza

- If helpful then please Like and Accept Solution.

Thanks

 

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
tdil
New Member
6 0 0

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

Sangeetanahar
Excursionist
445 27 56

Hello @tdil 

I am completed one Task

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

@media screen and (min-width: 768px) {
details-modal.header__search {
    position: absolute;
  
    left: 73%;
}
}

result will be

Thug-dealer (1).png

 and i am working on other task which you give us.

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

 

 

 

 

 

 

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
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
489 99 95

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!

Sangeetanahar
Excursionist
445 27 56

Hello @tdil  

for menu

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->component-menu-drawer.css ----> line number 29
change the code
visibility: hidden
to

visibility: visible;

result will be

Thug-dealer (3).png

Buy me a Pizza
- If helpful then please Like and Accept Solution.

Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me -sangeetarahuldhiman@gmail.com - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here