Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #642477

    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

    #642862

    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

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