New Landing › How can we help? › Themeforest Theme Support › Dante › Sidebar Width
.single-product .sidebar { width: 330px; float: right; }
decreases the sidebar width on product single pages.
Cheers
Hi,
Try to place the code that Melanie provided in the custom css option in the General Options.
-Rui
@turtleconcept
Can you provide that page url so we can inspect?
I need the url of the page with the sidebar.
Add the code below to your custom css option. The total of the width in the code below should be 100(25 + 75 in my example)
.has-left-sidebar .col-sm-8 { width: 75%!important; } .sidebar.left-sidebar { width: 25%!important; }
Hope it works.
worked perfectly!
Thank you very mush!
Eleni
Great. Glad I could help.
You must be logged in and have valid license to reply to this topic.