Hey team
My events calendar allows me to customize my event output. I took the single post (single.php) file and removed the sidebar. I was hoping that in doing so I could get my single posts to be full-width. The output I am creating was taken directly from the shortcode on a page.
This page is the basis for my event output. Every calendar event should display in the same way when clicked on. However, the clicked calendar events look narrower.
Can you advise me about how I can get the output for the calendar pages to be approx 90% of the screen width?
Cheers
Hey KMCHOUSTON,
Thank you for the inquiry.
Adding this css code should adjust the width of the content wrapper.
#top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 100em;
margin-left: auto;
margin-right: auto;
}
#top .fullsize .template-blog .post .entry-content-wrapper {
max-width: 100%;
}
The default width is configured to be 40% of the section container.
Best regards,
Ismael
Ismael, I wanted to give you a shout out for the great support! Thank you, this worked perfectly.
Hi,
Glad Ismael could help, and thanks for the kind words I have forward it to him, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike