section service – little problem
-
Hallo !
i was looking for nice template for my company site and I found appointment π
I/m testing It on website: https://craaax.000webhostapp.com/ and I have a little problem. In section service, when I added my own icons, section 2 and 3 is some lower than section 1 – i tried do it through 2 hours, but it’s too difficult for me. π please help me..my index-service:
`<?php
$appointment_options=theme_setup_data();
$service_setting = wp_parse_args( get_option( ‘appointment_options’, array() ), $appointment_options );
if($service_setting[‘service_section_enabled’] == ” ) { ?>
<div class=”Service-section”>
<div class=”container”><div class=”row”>
<div class=”col-md-12″>
<div class=”section-heading-title”>
<h1> <?php echo $service_setting[‘service_title’]; ?></h1>
<p><?php echo $service_setting[‘service_description’]; ?> </p>
</div>
</div>
</div>
<div class=”row”>
<div class=”col-md-4″>
<div class=”service-area”>
<div class=”media”>
<div class=”service-icon”>
/images/slide/2.png” alt=”” />
</div>
<div class=”media-body”>
<h3><?php echo $service_setting[‘service_one_title’]; ?></h3>
<p><?php echo $service_setting[‘service_one_description’]; ?></p>
</div>
</div>
</div>
</div>
<div class=”col-md-4″>
<div class=”service-area”>
<div class=”media”>
<div class=”service-icon”>
/images/slide/2.png” alt=”” />
</div>
<div class=”media-body”>
<h3><?php echo $service_setting[‘service_two_title’]; ?></h3>
<p><?php echo $service_setting[‘service_two_description’]; ?></p>
</div>
</div>
</div>
</div>
<div class=”col-md-4″>
<div class=”service-area”>
<div class=”media”>
<div class=”service-icon”>
/images/slide/2.png” alt=”” />
</div>
<div class=”media-body”>
<h3><?php echo $service_setting[‘service_three_title’]; ?></h3>
<p><?php echo $service_setting[‘service_three_description’]; ?></p>
</div>
</div>
</div>
</div>
<div class=”clearfix”></div>
<div class=”col-md-4″>
<div class=”service-area”>
<div class=”media”>
<div class=”service-icon”>
/images/slide/2.png” alt=”” />
</div>
<div class=”media-body”>
<h3><?php echo $service_setting[‘service_four_title’]; ?></h3>
<p><?php echo $service_setting[‘service_four_description’]; ?></p>
</div>
</div>
</div>
</div>
<div class=”col-md-4″>
<div class=”service-area”>
<div class=”media”>
<div class=”service-icon”>
/images/slide/2.png” alt=”” />
</div>
<div class=”media-body”>
<h3><?php echo $service_setting[‘service_five_title’]; ?></h3>
<p><?php echo $service_setting[‘service_five_description’]; ?></p>
</div>
</div>
</div>
</div>
<div class=”col-md-4″>
<div class=”service-area”>
<div class=”media”>
<div class=”service-icon”>
/images/slide/2.png” alt=”” />
</div>
<div class=”media-body”>
<h3><?php echo $service_setting[‘service_six_title’]; ?></h3>
<p><?php echo $service_setting[‘service_six_description’]; ?></p>
</div>
</div>
</div>
</div>
<div class=”clearfix”></div>
</div>
</div>
</div>
<!– /HomePage Service Section –>
<?php } ?>The page I need help with: [log in to see the link]
The topic ‘section service – little problem’ is closed to new replies.
