Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #714490

    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.

    #714510

    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

    #714511

    Thank you, but this code make just the opposite ;)
    Change the margin of the post list and not change the single entry post.

    #714513

    Hey!

    Sorry, then replace .single with .page and it will do the work

    Best regards,
    Basilis

    #714515

    Still not working, modification is always in post list, not in post single entry.

    #715323

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.