How to make events page wider?

Home Forums Calendar Products Community Events How to make events page wider?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1013511
    Tommy
    Participant

    How do i made the list view of events page about 80% of page width?

    example

    #1013627
    Josh
    Participant

    Hey Tommy,

    Thanks for reaching out to us!

    The highest level class that we have on that template is “.tribe-events-pg-template” so you can try targeting that class within your CSS file and making it wider. However, depending on your template, there could be an additional wrapper that could be causing the current size issue on that template. Without being able to see the live site (currently a lander modal on the site) it’s hard to say exactly what the solution would be here.

    Thanks!

     

    #1013914
    Tommy
    Participant

    This reply is private.

    #1014413
    Josh
    Participant

    This reply is private.

    #1014428
    Tommy
    Participant

    This reply is private.

    #1014824
    Josh
    Participant

    Hey Tommy,

    I took a look at your site and it appears to have a customized view of our calendar which is controlled by your theme. Within your theme’s stylesheet is a declaration for “.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper” which has a max-width of “700px” set on it. You can increase this to whatever width you would like for your calendar.

    Let me know if this helps.

    Thanks!

    #1014827
    Tommy
    Participant

    Brilliant man you led me in the right direction. I added this to the custom css:

    .events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
    	max-width: 70%;
    }

    #1014830
    Josh
    Participant

    Hey Tommy,

    Awesome! Happy to help.

    I’ll go ahead and close this thread for now. If you have any further questions. please don’t hesitate to open a new thread.

    Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to make events page wider?’ is closed to new replies.