Sidebar on Every Event

Home Forums Calendar Products Events Calendar PRO Sidebar on Every Event

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #957939
    Todd Fischer
    Participant

    Hi – I need to get a side bar on the main Calendar page and then all events and any other calendar-related page. Basically I just need to set up a page template and assign the Events Calendar to use that page template. I have no idea how to do that and I haven’t been able to find anything on that yet on your site.

    Could you please help me with that?
    Thanks,

    #957951
    Todd Fischer
    Participant

    So it looks like I already have a page template set up that should be working … but it’s not. The sidebar gets pushed to the bottom … I want the sidebar aligned right and at the top of the page next to the Calendar content. How can I do this?

    #958027
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out some on theme compatibility issues, but not able to provide all the coding.

    I found this css to make the sidebar show to the right and the event content on the left:

    .tribe-is-responsive #left-area {
    float: left;
    width: 70%;
    margin-right: 2%;
    }
    .tribe-is-responsive #sidebar {
    width: 28%;
    float: left;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    You may have to play around with the coding to get it to display how you want on mobile devices.

    Thanks

    #958733
    Todd Fischer
    Participant

    Thanks a million! That worked perfectly! You rock.

    #958745
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Sidebar on Every Event’ is closed to new replies.