Missing the right border on my event list shortcode

Home Forums Calendar Products Events Calendar PRO Missing the right border on my event list shortcode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1307975
    Yuval Yeret
    Participant

    a colleague noticed that we’re missing the right border on the event dates (e.g. JUL 20) for events in our mega menu and footers.
    I saw it looks different than your demo pages which do have a border all around.

    I didn’t adjust any CSS that touches this (I believe…)
    this is our custom CSS in the jupiter child theme:

    /* To cover the background for the layer slider. */
    #layerslider_1_1 .ls-inner {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    }

    body.single-tribe_events .tribe-events-cal-links a.tribe-events-gcal {
    display: none !important;
    }

    .single-tribe_events .tribe-events-date-start {
    display: none !important;
    }

    /*.tribe-events-adv-list-widget div.duration {
    display: none !important;
    }*/

    .tribe-events-duration{display: none;}

    .single-tribe_events #tribe-events-footer li, .single-tribe_events #tribe-events-header li {
    display: none !important;
    }

    .news-single-social { display: none !important; }
    .news-post-heading { display: none !important; }
    .news-single-date { display: none !important; }
    .news-single-date { display: none !important; }
    .news-date { display: none !important; }
    .news-categories { display: none !important; }

    any clues?

    #1309069
    Geoff B.
    Member

    Good afternoon Yuval and welcome back!

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

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-mini-calendar-event .list-date .list-dayname {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    }

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1309145
    Yuval Yeret
    Participant

    perfect! thanks
    I wonder why that’s not the default…

    *Yuval Yeret*
    Enterprise Lean/Agile Consultant, AgileSparks
    857-218-9585 | [email protected] |
    https://www.agilesparks.com | Skype:
    yuval_yeret | 745 Atlantic Ave, Boston, MA 02111

    My blog: A Kanban for Marketing Board Example

    #1311044
    Geoff B.
    Member

    Good evening Yuval,

    I am glad this worked for you.

    This specific CSS will be added back in an upcoming release. Stay tuned!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Missing the right border on my event list shortcode’ is closed to new replies.