> For the complete documentation index, see [llms.txt](https://wpdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.themeparrot.com/wordpress-themes/eccentric/layout-customization/services.md).

# Services

### Services

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FTQJUFDa8yFM3tA1XiFb9%2Fservice.png?alt=media\&token=ca462bc6-5b30-4950-ba2c-50c9c8c48cee)

![](https://460755057-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fl1d49lBAg3jv6axyszMB%2Fuploads%2FECAy3Ye2R0xhwMyKmdUp%2Fpage.png?alt=media\&token=bbe9405b-e20e-47fa-8b16-10fc2dc95706)

Edit this code as your need

```html
<section id="services">
<div class="services">
<div class="container">
<div class="row">
<div class="services-heading">
<h1>Our Services</h1>
</div>
<div class="col-sm-4">
<img src="http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_01-300x167.png" alt="" class="alignnone size-medium wp-image-37" srcset="http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_01-300x167.png 300w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_01.png 360w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="167"><p></p>
<h3>Breakfast</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, behind the word mountains,there live the blind texts.</p>
<div class="readmore">
<a href="#">Read More</a>
</div>
</div>
<div class="col-sm-4">
<img src="http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_02-300x167.png" alt="" class="alignnone size-medium wp-image-38" srcset="http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_02-300x167.png 300w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_02.png 360w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="167"><p></p>
<h3>Lunch</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,  behind the word mountains,there live the blind texts.</p>
<div class="readmore">
<a href="#">Read More</a>
</div>
</div>
<div class="col-sm-4">
<img src="http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_03-300x167.png" alt="" class="alignnone size-medium wp-image-39" srcset="http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_03-300x167.png 300w, http://localhost/wp-eccentric/wp-content/uploads/2017/06/service_03.png 360w" sizes="(max-width: 300px) 100vw, 300px" width="300" height="167"><p></p>
<h3>Dinner</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, behind the word mountains, there live the blind texts.</p>
<div class="readmore">
<a href="#">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
```
