Title: Changing the Sidebar size
Last modified: September 10, 2024

---

# Changing the Sidebar size

 *  Resolved [Mitko](https://wordpress.org/support/users/apendix/)
 * (@apendix)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/changing-the-sidebar-size/)
 * Hello,
   which is the safest way to change
 *     ```wp-block-code
       $sidebar_class = array(    'col-md-3',    'order-2');$content_class = array(    'col-md-9',    'order-1',    'listing-content');
       ```
   
 * to
 *     ```wp-block-code
       $sidebar_class = array(    'col-md-4',    'order-2');$content_class = array(    'col-md-8',    'order-1',    'listing-content');
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/changing-the-sidebar-size/#post-18007165)
 * Hi,
   It depends on your interest. You can consider 4/8 combination.
 * Thank you
 *  Thread Starter [Mitko](https://wordpress.org/support/users/apendix/)
 * (@apendix)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/changing-the-sidebar-size/#post-18007526)
 * But how?
   I can’t use different `content-single-rtcl_listing.php` in the child
   theme. It doesn’t change it.For example different `wp-content/themes/unos-child/
   classified-listing/listing/listing-sidebar.php` works,but different `wp-content/
   themes/unos-child/classified-listing/templates/content-single-rtcl_listing.php`
   doesn’t change anything
    -  This reply was modified 1 year, 8 months ago by [Mitko](https://wordpress.org/support/users/apendix/).
 *  Plugin Support [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * (@alireyad)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/changing-the-sidebar-size/#post-18007619)
 * Hi,
   That file will be direct past in main folder for child theme. Remove template
   folder in child theme –
 * wp-content/themes/unos-child/classified-listing/content-single-rtcl_listing.php
 * Thank you

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing the Sidebar size’ is closed to new replies.

 * ![](https://ps.w.org/classified-listing/assets/icon-256x256.gif?rev=3004059)
 * [Classified Listing – AI-Powered Classified ads & Business Directory Plugin](https://wordpress.org/plugins/classified-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/classified-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/classified-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/classified-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/classified-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/classified-listing/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Muhammad Ali Akbar](https://wordpress.org/support/users/alireyad/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/changing-the-sidebar-size/#post-18007619)
 * Status: resolved