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
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
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