Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi. I would like to change something in my sidebar menu design, but I don't know how. A little assistance would be greatly appreciated. All of the names in my store are on the vertical side (photo 3), and I'd like them to be on the horizontal side (photo 2). I will take photos. Also, I'm not sure why the same thing appears under "Product Options" (Style in my store), but with a price attached. How do I get rid of it? My theme is prestige.
Solved! Go to the solution
This is an accepted solution.
@Matteo96
Hello,
Can You Please Share Your Store URL...
This is an accepted solution.
@Matteo96
Hello,
I have Checked Your Store
.Linklist__Item {
width: 33%;
float: left;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This
This is an accepted solution.
@Matteo96
Hello,
.DropdownMenu {
min-width: 50%;
}
.dropdownMenu .Linklist__Item {
float: left;
width: 33%;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
This is an accepted solution.
@Matteo96
Hello,
Can You Please Share Your Store URL...
This is an accepted solution.
@Matteo96
Hello,
I have Checked Your Store
.Linklist__Item {
width: 33%;
float: left;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Like This
Thank you very much for your help.
I did exactly as you told me, but my list doesn't look like your picture.
This is an accepted solution.
@Matteo96
Hello,
.DropdownMenu {
min-width: 50%;
}
.dropdownMenu .Linklist__Item {
float: left;
width: 33%;
}
Add this CSS at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
All good now. Thank you.