the width size of the website

Posted in: Newspaper
Post count: 37

Good day to all. How to change the width of the site body and attach the body to the left?

Post count: 20688

Hi,

The theme general width cannot be changed, it is predefined. It is not recommended to make any modifications to it, as this will most likely cause layout issues.
All the blocks and grids depend on this fixed width, their design will be damaged if it is modified.

There are row options in the composer to stretch them to predefined widths or full widths
https://www.screencast.com/t/RlJHQWPbpFHU
Also there are full big grids, which are always full width
https://demo.tagdiv.com/newspaper/full-big-grid-1/
Header and footer can also be stretched as you mention
https://www.screencast.com/t/eDLhcqO6

But a general width setting for all the website pages is not available at the moment.

Thank you!

Post count: 37

Перевести вGoogleBingThanks, it’s all in the settings. Is it possible to stick to a theme with the given width to the left, as here – https://lenta.ru/? Sorry for my English. I write through a machine translator.Thanks, it’s all in the settings. Is it possible to stick to a theme with the given width to the left, as here – https://lenta.ru/? Sorry for my English. I write through a machine translator.

Post count: 37

Спасибо, догадался сам.
Надо вначале CSS добавить в это месте:
*/

body {
visibility: visible !important;
}

и сделать так:
*/

body {
visibility: visible !important;
float: left;
position: relative;
}

Может кому сгодится. Зажадничали что ли 2 строчки?

Post count: 20688

Indeed, only through custom code something like this would be possible. Glad you could find a solution and the result you wanted.

Post count: 37

Another question. How to change the color of the left sidebar via CSS code?

Post count: 20688

A color setting for the whole sidebar does not exist in the theme colors section. On pages you can set background colors for almost anything. On posts it will require some custom CSS if you want a background color for the sidebar.
I could try to give you a solution, if you could provide a link to your website and details about what exactly you want to change.

Post count: 37

The site is not operational yet. I want to make the left sidebar pressed to the left of the screen. as on the website https://lenta.ru.
Thank you

Post count: 20688

That website’s sidebar is a different container than the website page content. Our theme will split the page content rows in columns. Resulting columns are the sidebars. You can set colors for these columns if needed
https://www.screencast.com/t/m8OhdpyN

Post count: 37

Спасибо. Пока буду думать дальше. Жаль, что нет русской локализации этой темы. Ещё не всё понятно. В вашем примере колонка красится только до уровня контента. Ещё раз спасибо

Viewing 10 posts - 1 through 10 (of 10 total)
The forum ‘Newspaper’ is closed to new topics and replies.