Hi Daniel.
Thank you for the continuous development of this awesome theme.
Personally I prefer the boxed style, but would like to reduce the quite big white margins to give more space for content. Is there any custom CSS code that I could apply?
Thank you for your help. Best regards,
Christian
The margins are added by this code:
.page.layout-full-width .hentry {
max-width: 720px;
}
You can adjust the 720px
value to match your preference.
Hi Daniel.
Thank you for your help. That was exactly what I needed.
Have a great day.