• Resolved Karan

    (@peeyooshk)


    Hi:
    I read that woocommerce pages by default are in 30-70 ratio for sidebar and content. Although as we are not using so much content on sidebars so we would like to reduce the sidebar to 15% and content to 85%.

    How to achieve this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Try this custom css:

    .large-3 {
      max-width:15% !important;
    }
    .large-9 {
      max-width:85% !important;
      flex-basis:85% !important;
    }

    You’ll need to check for unwanted effects on other pages and at various device widths. It may take some effort to get it looking good everywhere.

Viewing 1 replies (of 1 total)
  • The topic ‘Reduce sidebar width’ is closed to new replies.