Re: Sidebar Menu

Solved

How can I modify my sidebar menu design in Prestige theme?

Matteo96
Excursionist
21 0 4

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.

Accepted Solutions (3)

oscprofessional
Shopify Partner
16375 2441 3190

This is an accepted solution.

@Matteo96 
Hello,
Can You Please Share Your Store URL...

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

oscprofessional
Shopify Partner
16375 2441 3190

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

oscprofessional_0-1670244794493.png

 



Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

oscprofessional
Shopify Partner
16375 2441 3190

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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Replies 7 (7)

oscprofessional
Shopify Partner
16375 2441 3190

This is an accepted solution.

@Matteo96 
Hello,
Can You Please Share Your Store URL...

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Matteo96
Excursionist
21 0 4
oscprofessional
Shopify Partner
16375 2441 3190

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

oscprofessional_0-1670244794493.png

 



Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Matteo96
Excursionist
21 0 4

Thank you very much for your help. 

Matteo96
Excursionist
21 0 4

I did exactly as you told me, but my list doesn't look like your picture.

oscprofessional
Shopify Partner
16375 2441 3190

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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...
Matteo96
Excursionist
21 0 4

All good now. Thank you.