Hi
I need to increase the container size for the navigation menu so that it fits in a single row. Attached is a picture for reference.
Due to other website not possible to share the link
Thank you
Hi
I need to increase the container size for the navigation menu so that it fits in a single row. Attached is a picture for reference.
Due to other website not possible to share the link
Thank you
HEllo @AhmerAli
can you please provide the URL and password of the store.
Hi @AhmerAli
Could you share your store URL so I can give you the code?
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css----> line number 242
search this code
@media (min-width: 1150px) {
.lg\:hdt-custom-col-6 {
width: 50%;
}
}
and replace with this code
@media (min-width: 1150px) {
.lg\:hdt-custom-col-6 {
width: 65%;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey @AhmerAli
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Hi Moeed
Thanks for the reply
But it did not work appropriately as it first appears in 2 lines then it goes in 1 lines after complete page load
Hi GTL Official
Thanks for the reply
I found this is code here and made it to 65%
but still the menu is in 2 lines