Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1129531

    Hi!
    I noticed that on event pages the max witdh is 800px
    How to have a fullwitdh??

    Already try to add the following code

    #top .fullsize .template-blog .post-title {
    max-width: 100%;
    }

    ACTUAL CONFIGURATION

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: justify;
        font-size: 1.15em;
        line-height: 1.7em;
        max-width: 800px;
        margin: 0 auto;
        overflow: visible;
    }

    This is an example page
    LINK PAGE

    #1129572

    Hey francescolietti,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        max-width: 100% !important;
    }

    Best regards,
    Rikard

    #1129581

    Hi Rikard
    thanks for your reply
    i try the codice but unfortunately it doesn’t work but if i ispect the page with the google chrome ispect i notice the difference

    #1129832

    Hi,

    Please try this instead:

    #top .fullsize .template-blog .post .entry-content-wrapper > * {
        max-width: 100% !important;
    }

    Best regards,
    Rikard

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