# Shipping and Offer

### Shipping and Offer

> Module position : custom-detail
>
> Module suffix : Not used

![](/files/7vlfixIZYOI6nAzBO2vg)

![](/files/TaMhsAa2CdJ8HEqy6dq8)

![](/files/peHintZKX7Vh6QlLrWGt)

![](/files/RojQ3WvwO2nQ7SO3VSlv)

![](/files/ryGZTpv3dLSKnxu3moIa)

Follow the below code to achive the above

```html
<div class="sale">
<div class="row">
<div class="col-sm-6 col-md-6 col-xs-12">
<div class="overflow">
<div class="image"><a href="#">
<div class="offer discount">
<h1>Free <span>Shipping</span></h1>
<p>Phasellus tortor augue, rutrum vel euismod at, eleifend ac turpis.Phasellus porttitor maximus nisl.</p>
</div>
</a></div>
</div>
</div>
<div class="col-sm-6 col-md-6 col-xs-12">
<div class="overflow">
<div class="image image1"><a href="#">
<div class="offer discount">
<h1>Best <span>offer</span></h1>
<p>Phasellus tortor augue, rutrum vel euismod at, eleifend ac turpis.Phasellus porttitor maximus nisl.</p>
</div>
</a></div>
</div>
</div>
</div>
</div>
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jdocs.themeparrot.com/joomla-templates/outfit/layout-customization/home-page/home-1/shipping-and-offer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
