Single Event Template Pushes Sidebar Down

Home Forums Calendar Products Events Calendar PRO Single Event Template Pushes Sidebar Down

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52280
    Jacci
    Participant

    Hello,

    I’m having an issue with the template for the single event details page. http://www.yogawithjacci.com/event/mixed-level-yoga-meditation-9-1030am/2013-06-05/
    All the content is pushed to the edge of the page and the sidebar is pushed way down..so the layout is all off..any idea whats going on here?

    Thanks!

    #52299
    Jonah
    Participant

    Hi Jacci,

    You’ll need to modify your CSS on single event pages so that the content or other wrapper div is similar to how it is on other pages. You can specifically target the single event pages in CSS via the ‘events-single’ class. Here is an example where you could set the width like its set on other pages:

    .events-single #content {
    width: 930px;
    }

    Add that to your theme’s style.css file and see how it looks. Let me know if you have any questions.

    Regards,
    Jonah

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Single Event Template Pushes Sidebar Down’ is closed to new replies.