• Resolved Mitko

    (@apendix)


    Hello,
    which is the safest way to change

    $sidebar_class = array(
    'col-md-3',
    'order-2'
    );
    $content_class = array(
    'col-md-9',
    'order-1',
    'listing-content'
    );

    to

    $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 Ali Akbar Reyad

    (@alireyad)

    Hi,
    It depends on your interest. You can consider 4/8 combination.

    Thank you

    Thread Starter Mitko

    (@apendix)

    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 6 months, 1 week ago by Mitko.
    Plugin Support Ali Akbar Reyad

    (@alireyad)

    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.