Home › Forums › Calendar Products › Events Calendar PRO › Problems with events list
- This topic has 4 replies, 3 voices, and was last updated 10 years, 6 months ago by
Support Droid.
-
AuthorPosts
-
September 3, 2015 at 2:23 am #1001544
charrame
Participanthi,
Since the update, the sidebar goes down.
How Can I solve this?
thanks
September 3, 2015 at 11:59 am #1001728George
ParticipantHey @charrame,
Sorry about these issues. I checked out your site and am a bit curious about what your issues are.
Do you mean that the widget areas on the bottom of your site used to be up on the left or ride of the page?
If so, then this is something that your theme dictates. We try to accommodate theme templates by allowing you set the template used for even pages.
To change this, try heading to Events > Settings > Display in your wp-admin, and try different options for the “Events Template” option which I screenshotted here for reference:

Try all the options and see if any of them improve the layout on your page.
Let us know if this helps! ๐
Thanks,
GeorgeSeptember 4, 2015 at 5:33 am #1002043charrame
ParticipantThis reply is private.
September 8, 2015 at 7:55 am #1002894George
ParticipantHey @charrame,
Thanks for trying those things out โย sorry it didn’t help much. I’m curious, just to be 100% certain of things can you clarify that the following summary of your problems is, in fact, what your problems are:
Do you mean that the widget areas on the bottom of your site used to be up on the left or right of the page?
I just wanted to clarify this detail because what follows from this is another thing I wrote above:
If so, then this is something that your theme dictates. We try to accommodate theme templates by allowing you set the template used for even pages.
In other words, the problem is your theme for the most part, which will limit how much we can help here.
With that being said, in general you can get started on customizing your theme to make sure the sidebar is on the right side of the page by heading to your theme’s style.css file and adding CSS like this to the bottom of the file:
body.post-type-archive-tribe_events #main.cb-main {
float: left !important;
width: 69% !important;
}body.post-type-archive-tribe_events .cb-sticky-sidebar {
width: 27% !important;
float: left !important;
position: relative !important;
top: 0 !important;
}
Here’s how that makes things look for me on your site, for example:

Try that out! I hope it helps ๐
Cheers,
GeorgeSeptember 23, 2015 at 7:05 am #1007804Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Problems with events list’ is closed to new replies.
