Support

Home Forums Event Espresso Premium Grid View type runs below the image grids

Grid View type runs below the image grids

Posted: September 23, 2015 at 6:21 pm

Viewing 5 reply threads


Monika Petroczy

September 23, 2015 at 6:21 pm

http://tjhiker.com/all-trips/

Ive tried the css mods but I cant get the text to stay inside the squares. any other css mods I can try? there is a big space between the title and text beneath


Tony

  • Support Staff

September 24, 2015 at 3:40 am

Hi Monika,

The reason for the extra spacing is the template is using BR tags to separate the elements – http://take.ms/er1gt

There’s a couple of ways to fix this, CSS will get a little tricky but modifying the template can work.

Do you have FTP access to the server and are you comfortable editing php files (just a little HTML)?


Monika Petroczy

September 24, 2015 at 3:49 pm

I do have FTP access and I can do some limited editing of php files. ID be glad try it.

If I make the modifications, will they be overwritten when there are updates?


Lorenzo Orlando Caum

  • Support Staff

September 24, 2015 at 4:41 pm

Hi Monika,

I’ve seen this before and I used Safari developer tools to test a few lines of CSS locally and I think I’ve got a good starting point:

http://cl.ly/image/1D3N0L2e1D1U

div.ee_grid_box.item span h2 { font-size:13px; }
div.ee_grid_box.item span h2 span > br { display:none; }
div.ee_grid_box.item span h2 span b.button-text { display: block; margin-top: 10px; }
div.ee_grid_box.item span h2 span b.title { display: block; margin-bottom: 10px; }

In terms of what is causing it, I’ve seen this come from other plugins as well as the theme itself. In the cases that I’ve helped resolved, it was a preferred option to correct with CSS.

Let us know if this helps!


Lorenzo


Monika Petroczy

September 24, 2015 at 6:50 pm

this worked thanks!!!!!


Tony

  • Support Staff

September 25, 2015 at 3:40 am

I’m glad that worked for you 🙂

Please let us know if you have any further problems.

Viewing 5 reply threads

The support post ‘Grid View type runs below the image grids’ 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