• Resolved remmi11

    (@remmi11)


    Services are configured thru wordpress to display 3 wide. on an 1150px (wide) monitor one service drops below. How can i reconfigure width of each service element to fit this monitor?

    Site: beyondmapping.com (maintenance mode may be set)

    -Noah

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter remmi11

    (@remmi11)

    Bump…?

    Hello,

    To change the width for services, You must Create a CHILD-THEME and Then start the Editing the index-service file.

    Thanks

    Thread Starter remmi11

    (@remmi11)

    Thank you for this direction. I’ll dive into it. Still love the theme by the way.

    Thanks ??
    Can I make this close ?

    Thread Starter remmi11

    (@remmi11)

    Yes. Thank again!

    Thread Starter remmi11

    (@remmi11)

    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

    Thread Starter remmi11

    (@remmi11)

    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?

    Thread Starter remmi11

    (@remmi11)

    I found this option in the admin panel. Thanks anyway.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Services Not Fitting’ is closed to new replies.