Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1194610
    pdopchev
    Participant

    Hi guys,

    struggling with an issue with the Events Calendar – trying to align the text and content on the list view of the calendar but some of it is still align to the left. Any ideas?

    This is what I have for css:

    /* Calendar text align - list view */
    #tribe-events-content.tribe-events-list {
    	text-align:center;
    	align-content:center;
    }

    “text-align:center” works well but the align-content:center; seem to do nothing…

    link: http://www.enjoycrestedbutte.com/crestedbuttesnowsports/events/

    Thank you!

    #1194821
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To resolve your issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .tribe-events-list .tribe-events-event-image {
        float: none;
        margin-bottom: 20px;
    }
    
    .tribe-events-list .tribe-events-event-image+div.tribe-events-content {
        float: none;
        width: 100%;
    }

    http://prntscr.com/cnktzv

    We would loved to know if this has work for you. Thank you.

    #1196485
    pdopchev
    Participant

    Great! Thank you so much! It works well!

    #1196815
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1194610 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>