# Изменение макета с помощью тем

**URL:** https://meta.discourse.org/t/changing-layout-with-themes/127783
**Category:** Support
**Created:** [06.Сентябрь.2019 09:33:04 UTC](https://meta.discourse.org/t/changing-layout-with-themes/127783 "2019-09-06T09:33:04Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [06.Сентябрь.2019 09:50:11 UTC](https://meta.discourse.org/t/changing-layout-with-themes/127783/2 "2019-09-06T09:50:11Z")

</div>

Привет и добро пожаловать в Meta @klemstance 👋

> [@klemstance](#):
>
> можно ли существенно изменить макет страниц с помощью тем?

Да, система тем Discourse позволяет практически полностью настроить всё на стороне клиента — ничего не захардкожено.

У нас есть несколько руководств, которые помогут вам начать

> [@Руководство для начинающих по использованию тем Discourse](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966):
>
> This is a crash course in Discourse theme basics. The target audience is everyone who is not familiar with Discourse themes. If you’ve already used Discourse theme / theme components, this guide is probably not something you need to read. What are themes and theme components? A theme or theme component is a set of files packaged together designed to either modify Discourse visually or to add new features. Let’s start with themes. Themes In general, themes are not supposed to be compatible …

> [@Developing Discourse Themes & Theme Components](https://meta.discourse.org/t/developer-s-guide-to-discourse-themes/93648):
>
> Discourse Themes and Theme Components can be used to customize the look, feel and functionality of Discourse’s frontend. This section of the developer guides aims to provide all the reference materials you need to develop simple themes for a single site, right up to complex open-source theme components. This introduction aims to provide a map of all the tools and APIs for theme development. If you prefer a step-by-step tutorial for theme development, jump straight to: Themes vs. Theme Compon…

а также коллекция тем и компонентов с открытым исходным кодом, которые вы можете изучить в категории #Customization > Theme

Что касается конкретных вопросов из вашего поста:

> [@klemstance](#):
>
> изменить межстрочный интервал

✅ Межстрочный интервал можно легко изменить с помощью CSS

> [@klemstance](#):
>
> удалить значки пользователей из списка тем

✅ Я не совсем понимаю, о чём вы говорите, но вы можете добавлять или удалять элементы с помощью тем или компонентов. Также можно скрывать элементы с помощью CSS.

> [@klemstance](#):
>
> расширить горизонтальное пространство, используемое при просмотре самих сообщений

✅ Это можно сделать с помощью CSS, но вам нужно учитывать, как ваши изменения могут повлиять на отображение ленты (полоса прокрутки справа в темах). В целом, это всё CSS, и вы можете вносить любые изменения, если понимаете, что делаете.

---

_[View the full topic](https://meta.discourse.org/t/changing-layout-with-themes/127783)._
