Shopify themes, liquid, logos, and UX
Hi Guys, I am clueless about how to move my menu list to the far left.
It looks like this right now and I wanna achieve this
Does anyone have any idea how to make it happen?
Please Help
Many thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Yes, in that same base.css file, you search this code
@media screen and (min-width: 990px){
.header {
padding-top: 0px;
padding-bottom: 0px;
}
If you can't find, just paste it at the final of the file and add this in .header
max-width: initial;
And you will have this, full width menu list but slideshow is still the same:
If you have many element have class header, you can hard detect menu list by replace .header to
.header.header--has-menu
The final code looks like this:
@media screen and (min-width: 990px){
.header.header--has-menu {
padding-top: 0px;
padding-bottom: 0px;
max-width: initial;
}
You should check your menu list's width, I assume that your whole page have a width but your menu might just have 60% of page width and it has center align. If not, could you provide your store link (include password if it has) so I can check your CSS code?
Hi @D1k4ns, Thanks a lot for responding. Here's my store link https://jewelorium.in/
Please check.
In your base.css file I found these code
@media screen and (min-width: 750px) {
.page-width {
padding: 0 5rem;
}
}
.page-width {
max-width: var(--page-width);
margin: 0 auto;
padding: 0 1.5rem;
}
@D1k4ns Hi this, is exactly what I wanna do, but not sure how can I disable them in the editor.
Could please share the steps on how can I do this? Thank you so much
Here the step:
I suggest you check all your common page (product page, collection page, etc) to make sure when the codes deleted, other pages still be fine.
Hi, Tried deleting the code, but it changes my slideshow width too. Any other way I can do it without affecting the other codes?
This is an accepted solution.
Yes, in that same base.css file, you search this code
@media screen and (min-width: 990px){
.header {
padding-top: 0px;
padding-bottom: 0px;
}
If you can't find, just paste it at the final of the file and add this in .header
max-width: initial;
And you will have this, full width menu list but slideshow is still the same:
If you have many element have class header, you can hard detect menu list by replace .header to
.header.header--has-menu
The final code looks like this:
@media screen and (min-width: 990px){
.header.header--has-menu {
padding-top: 0px;
padding-bottom: 0px;
max-width: initial;
}
Hi @prathvijain
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024