Shopify themes, liquid, logos, and UX
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.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025