Sidebar Showing underneath event details on an event post

Home Forums Calendar Products Events Calendar PRO Sidebar Showing underneath event details on an event post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1046899
    Neal
    Participant

    Hi there,

    My sidebar is showing underneath the event details on an event rather than to the side.

    http://www.wal.org.nz/courses/sample-course-1/2016-01-28/

    I’m using the divi theme. I have tried adjusting the width of my sidebar but that isn’t helping. I’m using the default page template in the Event Tribe settings.

    Any suggestions please?

    Thanks, Neal

    #1048240
    Geoff
    Member

    Howdy Neal,

    Looks like the Divi layout is pushing things around a bit. I was able to bring the sidebar back up beside the event by adding this CSS:

    #left-area {
    float: left;
    }

    You can add that to your theme’s style.css file or by using a plugin like Simple Custom CSS.

    Cheers!
    Geoff

    #1048259
    Neal
    Participant

    Thanks Geoff – that has brought the sidebar back up which is great 🙂

    However, there’s still an issue here as the sidebar content now lies right next to the main content area on an event page with no space between them like there is on normal post. It’s like the width of an event post is wider than a normal post. I have tried adjusting the content width and sidebar width in the divi theme customisation but that doesn’t seem to help.

    See here and you’ll see what I mean:

    http://www.wal.org.nz/courses/designing-your-future/2016-01-05/

    Is there any other css code that could be helpful here that would only effect the event posts?

    Thanks for any help and happy new year too!

    Neal

    #1048540
    Geoff
    Member

    Hey Neal!

    Here’s something you can add that will affect the calendar content rather than the rest of the site:

    #tribe-events-content {
    padding: 2px 50px;
    }

    Cheers!
    Geoff

    #1048600
    Neal
    Participant

    Thanks so much Geoff – that’s fixed the issue it seems – Great help!

    Have a great new year!

    Neal

    #1049807
    Geoff
    Member

    Awesome! I’ll go ahead and close this thread but please feel free to open a new one if any other questions pop up and we’d be happy to help. 🙂

    Cheers and happy new year!
    Geoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sidebar Showing underneath event details on an event post’ is closed to new replies.