Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #738689

    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!

    #739344

    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

    #739567

    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!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘changing the page width with a sidebar’ is closed to new replies.