Hi!
I want the blog post – images and text to have the width of 900 px
http://elleagnes.se/
What code shall I add?
Thanks
Charlotte
Hey Charlotte,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .fullsize .template-blog .post .entry-content-wrapper > *,
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 900px;
margin-left: auto;
margin-right: auto;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
It become a bit bigger around 700px when I put the code in the Quick Css and I don’t find any custom.css file.
So what can I adjust? It does not help if I change 900px to a higher number.
/Charlotte
Hi,
Try adding this css code in Quick CSS:
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 100%;
}
Hope this helps.
Best regards,
Nikko
Great, thanks.
now it is around 800px wide what code can add if I want 900 px?
Charlotte
I want the images and text to be this wide:
http://theslow.id/
What code do I need to enter?
Thanks!
Charlotte
Hi Charlotte :)
Please add following code to Quick CSS
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 900px;
}
Best regards,
Yigit
Thanks Yigit :)