Archived topic
How to make this page wider?
1 reply · Started by Lazar Radovanovic on June 14, 2019
Viewing posts 1–2 of 2
Hello, can you help me to make this page wider and better, also I want widget image in full size? I hope it will be fixed when i make it wider.
Hi there,
This CSS is setting the content container size for single posts:
body.single .site.grid-container {
max-width: 800px;
}
You can modify it to be larger.
If you only want to make the change for this specific post, then add this CSS:
body.single.postid-2076 .site.grid-container {
max-width: 800px;
}
Let me know :)
This archived topic is closed to new replies.