# Change logo alignment

You can set the alignment of logos in Interactive Report templates to left, right, or center.

1. Navigate to the `\pentaho-server\tomcat\webapps\pentaho\WEB-INF\classes` folder, locate the file `classic-engine.properties`, and open it in a text editor.
2. Find the attribute **org.pentaho.reporting.engine.classic.core.environment.pirTemplateLogoAlignment**.

   The default alignment is set to **right**.
3. Change the default alignment to **left** or **center** as needed and save the file.

   **Note:** The only allowed values are **left**, **right**, and center.
4. Restart the server for the changes to take effect.


---

# 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://docs.pentaho.com/pba/pentaho-interactive-reports-cp/add-logos-to-interactive-reports/change-logo-alignment.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.
