Hi.
I can configure the margins with this code:
#top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 82%;
}
But this code affect 2 webs:
– Blog list of entries: ie. http://kriesi.at/themes/enfold/blog/blog-single-author-full/
– Single post entry: ie. http://kriesi.at/themes/enfold/2014/04/28/new-electric-cars-are-getting-really-fast/
I just want this margin in single post entry not in list of entries.
Please could you help me?
Thank you.
Hi vmoralestejedor!
Try your code like the following
.single #top .fullsize .template-blog .post .entry-content-wrapper > *, #top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 82%;
}
and let us know if that works better
Best regards,
Basilis
Thank you, but this code make just the opposite ;)
Change the margin of the post list and not change the single entry post.
Hey!
Sorry, then replace .single with .page and it will do the work
Best regards,
Basilis
Still not working, modification is always in post list, not in post single entry.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-post .entry-content-wrapper > *, .single-post .entry-content-wrapper {
max-width: 82%;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit