Hide Side Bar from bottom of Events Grid View

Home Forums Calendar Products Events Calendar PRO Hide Side Bar from bottom of Events Grid View

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1107979
    Diane
    Participant

    The main calendar view – grid displays this side bar navigation that I don’t know where it comes from. I have tried changing templates.

    I used the CSS code for single event e& list view and it worked:
    .events-single #sidebar {
    display: none;
    }

    .events-list #sidebar {
    display: none;
    }

    I tried same code but using “grid”, “month” and it still appears. Do you have some code fix to hide it?

    #1108043
    George
    Participant

    Hi Diane,

    We unfortunately are not able to help with custom code and with general site design questions. 🙁

    That being said, if you can share a link to where this is actually happening so that I can see it firsthand, I will do my best to recommend a fix!

    Cheers,
    George

    #1108047
    Diane
    Participant

    http://barrowbrewing.com/events/

    The page is a the event calendar in month view. Like I said in my note I had the same thing on the LIST VIEW, but I added:
    .events-list #sidebar {
    display: none;
    }

    and it was hidden.

    This approach did not work for the month view.

    any assistance is greatly appreciated.

    #1108549
    George
    Participant

    Hey Diane,

    Thank you for the link!

    I took a look at your Month View but saw no such “sidebar navigation”—sorry if I’m missing something! Can you share a screenshot of the specific thing you’re trying to hide/remove on Month View?

    Thank you!
    George

    #1108552
    Diane
    Participant

    George,

    I did some trial and errors adding to the CSS and found events-gridview and tribe-events-day with: #sidebar {display: none;} worked.

    This seems to work with this theme. So I am happy. If client decides to change the theme then I will deal with it if the issue appears again.

    I just figured this out about an hour ago.

    So you can close the thread. I am good for now.

    Thanks,

    Diane

    #1108572
    George
    Participant

    Great—glad to hear it, Diane! 😀

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide Side Bar from bottom of Events Grid View’ is closed to new replies.