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

Home Forums Themes Support Claue Want to reduce sidebar width and increase content area

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

      Hi, I have attached screen shot. I want to decrease sidebar width to 20% and increase content area width to 80%. With all responsiveness on all devices.

      Thank You

      Attachments:
      You must be logged in to view attached files.
    • #41629
      Harry
      Support Expired

      Hi Ashpan,

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

      @media only screen and (min-width: 768px) {
      .sidebar.jas-col-sm-3 {
      	-ms-flex-preferred-size: 20%;
      	-webkit-flex-basis: 20%;
      	flex-basis: 20%;
      	max-width: 20%;
      }
      .jas-col-md-9.jas-col-sm-9 {
      	-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.