Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Change Sidebar and content width

Viewing 1 reply thread
  • Author
    Posts
    • #41201
      ashpan0369
      Support Expired

      I want to decrease sidebar with to 20% and product listing area to 80%. Please help

      https://thecmcollective.com/product-category/women/

      Thank You

       

    • #41207
      Harry
      Support Expired

      Hi Ashpan,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (min-width: 62em) {
      .jas-wc .jas-container .jas-row .jas-col-md-9 {
      	-ms-flex-preferred-size: 80%;
      	-webkit-flex-basis: 80%;
      	flex-basis: 80%;
      	max-width: 80%;
      }
      .jas-wc .jas-container .jas-row .sidebar {
      	-ms-flex-preferred-size: 80%;
      	-webkit-flex-basis: 80%;
      	flex-basis: 80%;
      	max-width: 80%;
      }}

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.