Support

Home Forums Event Espresso Premium Table row height on critical pages

Table row height on critical pages

Posted: July 11, 2016 at 5:01 pm

Viewing 9 reply threads


exscitec

July 11, 2016 at 5:01 pm

Hi, i wonder if anyone knows how to alter the table row height on critical pages, my events page is looking good but the rows in my event table are way to big. I guess this is controlled by my theme style but being a novice I don’t know what custom css i can use to fix it. all help welcome! thanks in advance.


Lorenzo Orlando Caum

  • Support Staff

July 11, 2016 at 5:38 pm

Hello,

We can share feedback on adjusting that styling but we’ll need to see the actual page.

Could you provide a link to any active event on your site?

Also, please go ahead and install and active a free Custom CSS plugin like Reaktiv CSS builder or Simple Custom CSS so you can copy and paste the CSS that we share.

Thanks


Lorenzo


exscitec

July 11, 2016 at 11:21 pm

Thanks for the reply, this is my page: http://exscitec.co/event-list/
I have Custom CSS installed. thanks, Richard


Tony

  • Support Staff

July 12, 2016 at 5:36 am

Hi there,

Currently the page is not loading any content – http://take.ms/o1DEB

The same appears to happen for most of the nav manu items.

Have you recently made a change to the theme?


exscitec

July 12, 2016 at 5:40 am

Hi, I was just editing it, should be fine now


Tony

  • Support Staff

July 12, 2016 at 5:54 am

Its caused by the ‘span’ elements being set to display: inline-block.

Try adding these custom styles the Custom CSS plugin:

.tkt-slctr-tbl-wrap-dv span {
    display: initial;
}

.tkt-slctr-tbl-wrap-dv tr {
    line-height: 2.5;
}


exscitec

July 12, 2016 at 6:00 am

brilliant, that did it…can you tell me how to make the heading ‘upcoming events’ disappear please


Tony

  • Support Staff

July 12, 2016 at 6:07 am

Sure, you can use:

.page-id-190 .page-title {
    display: none;
}

That hides the title on that specific page.


exscitec

July 12, 2016 at 6:14 am

Excellent, thank you so much.


Tony

  • Support Staff

July 12, 2016 at 8:02 am

You’re most welcome.

If you have any further problems just let us know.

Viewing 9 reply threads

The support post ‘Table row height on critical pages’ 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