Tagged: Avia Layout
Hi
I copy the following post, witch i made with avia layout:
Avia Layout
Standard Editor Layout:
looks different: only 800px with, other header icon etc.
Standard Editor Layout:
i would like to have the same look like with avia layout editot, same with etc.
All the best
Hi Pascal!
Thank you for using Enfold.
The max width of the post content is set to 800px. Increase it with this css code:
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 1200px;
}
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 1200px;
}
Adjust the max width value as needed.
Best regards,
Ismael