Hello,
To change the width for services, You must Create a CHILD-THEME and Then start the Editing the index-service file.
Thanks
Thank you for this direction. I’ll dive into it. Still love the theme by the way.
Thanks 🙂
Can I make this close ?
Weblizar I believe I am looking at the correct section in the home-services.php to make this adjustment. I am attempting to fit 6 services in this section. I am not sure how to edit the following to allow for 6 services, 3 wide and two high? Can you reopen this discussion and help?
<div class="row isotope" id="isotope-service-container">
<?php
if($wl_theme_options['service_column']==2){
$service_column="6";
}
else
if($wl_theme_options['service_column']==3){
$service_column="4";
}else
if($wl_theme_options['service_column']==4){
$service_column="3";
}
$all_posts = wp_count_posts( 'weblizar_service')->publish;
if($wl_theme_options['no_of_service']!=''){
$all_posts = $wl_theme_options['no_of_service'];
}
HI,
Please do the customisation with child-theme only.
Thanks
I am using a child theme. I have placed a copy of home-services.php in my child directory. Please tell me how I can configure the php for 6 services, 3 wide and two high?
I found this option in the admin panel. Thanks anyway.