Changing the Sidebar size
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Changing the Sidebar size’ is closed to new replies.