Support

Home Forums Event Espresso Premium Modfiying screen to accommodate more width for event descriptions

Modfiying screen to accommodate more width for event descriptions

Posted: February 19, 2015 at 6:12 am


Michal

February 19, 2015 at 6:12 am

I have defined several events and would like to save on screen real estate by making the event description wider so that instead of 4 lines of text I could have 2 or 3. Is there a parameter I can modify in the event definition(I didn’t see one) or in the css classes?

Thank you


Dean

February 19, 2015 at 6:19 am

Hi Michal,

It would likely be a CSS tweak, can you provide a link to an example page please?


Michal

February 19, 2015 at 7:05 am

http://newsite.scienceseeds.com/camp-ee/

Thanks – I am using EE 3


Josh

  • Support Staff

February 19, 2015 at 3:06 pm

Hi Michal,

That’s looking like a combination of using the twentythirteen theme which has a really narrow main content width, and the featured image that’s over to the left side of the text. So one way around this is make the page content container wider with the following CSS:

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: 804px;
	width: 100%;
}

As an aside, please turn WP_DEBUG off unless you’re currently doing debugging, it’s best not to leave that on with a live site.

The support post ‘Modfiying screen to accommodate more width for event descriptions’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso