> 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/score/layout-customization/home-page-1/technology-suppliers.md).

# Technology Suppliers

### 8. Technology Suppliers

> Row Strech: Default
>
> Extra class (Row): home3-section2 background-image
>
> Set background image

![](/files/4DL2AaQeg1fraEg7yYIB)

#### **Column 1:**

> Class name: brand-section
>
> Open Text Block

Copy and paste the below code

```html
<div class="brand-gallery col-sm-12 text-center">
<div class="img-gallery col-sm-12">
<div class="col-sm-6"><img class="alignnone size-full wp-image-1186" src="http://localhost/twp_score/wp-content/uploads/2017/11/logo1-min.png" alt="" width="150" height="61" /></div>
<div class="col-sm-6"><img class="alignnone size-full wp-image-1187" src="http://localhost/twp_score/wp-content/uploads/2017/11/logo2-min.png" alt="" width="150" height="61" /></div>
</div>
<div class="img-gallery col-sm-12">
<div class="col-sm-6"><img class="alignnone size-full wp-image-1183" src="http://localhost/twp_score/wp-content/uploads/2017/11/logo3-min.png" alt="" width="150" height="68" /></div>
<div class="col-sm-6"><img class="alignnone size-full wp-image-1182" src="http://localhost/twp_score/wp-content/uploads/2017/11/logo4-min.png" alt="" width="150" height="80" /></div>
</div>
<div class="img-gallery col-sm-12">
<div class="col-sm-6"><img class="alignnone size-full wp-image-1184" src="http://localhost/twp_score/wp-content/uploads/2017/11/logo5-min.png" alt="" width="150" height="75" /></div>
<div class="col-sm-6"><img class="alignnone size-full wp-image-1185" src="http://localhost/twp_score/wp-content/uploads/2017/11/logo6-min.png" alt="" width="160" height="55" /></div>
</div>
</div>
```

![](/files/E0ICglZcxVtpcOL31Spl)

#### **Column 2:**

> Class name: accor-section
>
> Open Accordian Block

![](/files/eP6u6mysazRpBHCL79iF)

![](/files/polTMF3O1nYi0nedkMq8)

Change Section title name like below

![](/files/I71yIrzzX9KfV5h04Bvm)

Add text Block in to section

![](/files/XFJPpSn5iwzCFl4vwcfP)

Save and close.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wpdocs.themeparrot.com/wordpress-themes/score/layout-customization/home-page-1/technology-suppliers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
