I am having issues changing the page width with a sidebar on my products page. I tried changing this in general layout with a 1310px maximum container length and 80% | 20% ratio. It is making the “related products” element too narrow and squishing the product names.
Side note – is it possible to remove the “select options” bar on the “related products” element?
Page is shared in a private link. Thanks!
Hey tivo_designs,
The below code will make the container width 100% wide only on single product pages which will give enough room for the content please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.responsive .single-product .container {
max-width: 100%!important;
}
Best regards,
Vinay
I ended up disabling all of my plugins and removing extra quick CSS codes. That seemed to have fixed everything. I’m able to edit everything through Advance Styling now. Thanks!