Previous-NextMonth not displaying on mobile

Home Forums Calendar Products Community Events Previous-NextMonth not displaying on mobile

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1091798
    Christopher
    Participant

    Hello,

    My site shows the previous next month view perfectly on a desktop, but for some reason, the sub-menu hides when going to mobile. Can I force-show it on mobile with .css? The webpage is here: http://blueridgerocks.com/events/

    #1092186
    Geoff B.
    Member

     

    Good evening Christopher and welcome to the Events Calendar Support forum!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    It turns out you are 100% right, this is a CSS issue.

    Careful examination of the CSS of your theme for mobile portrait revealed the following rule

    @media screen and (max-width: 600px)
    .entry-content ul.tribe-events-sub-nav, .tribe-events-sub-nav {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
    }

    You’ll have to tweak it a bit. Here are some suggested values:

    • visibility: visible;
    • width: 100%;
    • display: block;

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1098412
    Support Droid
    Keymaster

    This 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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Previous-NextMonth not displaying on mobile’ is closed to new replies.