If “Centered Layout” and “menu on the right” – the text has no left indent
-
EN:
If you select “Centered Layout” and the menu on the right, then on the post page, the text has no left indentation.
“Boxed Layout” and “Wide Layout” have normal margins.If you put a background other than white, then the indent is necessary. on the right, the widgets have it.
so far I’ve fixed it like this:
.sidebar-right .site-content.container { padding-left: 30px; }
I think that it is necessary to set equal left and right padding
.site-content.container { padding-left: 30px; padding-right: 30px; }
and remove the side indent for widgets. because widgets are rearranged from left to right or not at all.
the sidebar should be indented inward – that is, between the columns.RU:
Если выбрать “Centered Layout” и меню справа – то на странице поста у текста нет отступа слева.
у “Boxed Layout” и “Wide Layout” – отступы нормальные.Если ставишь фон отличный от белого то отступ необходим. справа у виджетов он есть.
пока что я исправил так:
.sidebar-right .site-content.container { padding-left: 30px; }
Я считаю что надо задать равный отступ слева и справа
.site-content.container { padding-left: 30px; padding-right: 30px; }
а у виджетов отступ боковой убрать. потому что виджеты переставляются слева направо или их нет вовсе.
у sidebar сделать отступ вовнутрь – то есть между колонками.
- The topic ‘If “Centered Layout” and “menu on the right” – the text has no left indent’ is closed to new replies.