Hi,
I’m using the normal editor to create my articles. I like the style however the text is reduced to the center.
How can I ask to use the full width of the page ?
See what I’m looking for:
Thanks,
Hey Benjfdc,
Thanks for the screenshot. Could you post a link to the actual page as well so that we can have a closer look please?
Best regards,
Rikard
Sure =)
Here you go: https://www.protocode.co/2021/01/04/nc51-mister-tendre/
Thanks,
Hi,
Add this to quick css:
#top .fullsize .template-blog .post .entry-content-wrapper > *{
width:60em!important;
}
.html_modern-blog #top .post-entry .post-title{
text-align:center!important;
}
Best regards,
Jordan Shannon
Hi Jordan,
Thanks for that, I added it in the general styling quick css , yet it didn’t change anything. See yourself in the link above.
Thanks,
Hi,
Please use following code instead
#top .fullsize .template-blog .post .entry-content-wrapper > *,
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
Best regards,
Yigit
works now, thanks !
Hi,
Glad we could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit