Plugin additions – upcoming events targeting

Home Forums Calendar Products Events Calendar PRO Plugin additions – upcoming events targeting

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1144276
    Joseph
    Participant

    I’m using the plugin additions under Avia Layout builder and the Upcoming Events drop in. See pic (http://prnt.sc/bxsjbs) and cannot find where to target the CSS to make the font larger and responsive. I was able to center it using:

    .av-upcoming-event-data {
    		position: relative;
    		text-align: center;
    	}
    

    but any text-size has no effect. Can you help point in the right direction? Is this considered a widget?

    #1144561
    Nico
    Member

    Hi there Joseph,

    Thanks for reaching out to us! I can help you here, but I need to see this in action in order to inspect the markup generated by the layout builder.

    Can you please provide a link to see this in your site? Also a screenshot/description indicating which font you are trying to resize would be awesome!

    Please let me know about it,
    Best,
    Nico

    #1144629
    Joseph
    Participant

    This reply is private.

    #1145168
    Joseph
    Participant

    Please close this thread. I went ahead and reverted to the Widget Area. Thank You.

    #1145250
    Joseph
    Participant

    Ignore the close thread ๐Ÿ˜‰ I still cannot get the text centered within the Upcoming Events Widget. Please take a look at the link and on the front page, you’ll see the Date block and title are left within the frame. I tried:

    
    .tribe-events-title, .tribe-events-duration, .trive-events-post, tribe-mini-calendar-event {
    	text-align: center;
    }
    

    but that only centers the description and duration but won’t target the date block.

    #1145297
    Nico
    Member

    Hey Joseph,

    Thanks for following up! Use the following CSS to center the text:

    #tribe-events-adv-list-widget-2 .list-info {
    text-align: center !important;
    width: 100%;
    }

    I uses the #tribe-events-adv-list-widget-2 selector to only affect that particular instance of the widget.

    Please let me know if this is what you were looking for,
    Best,
    Nico

    #1145395
    Joseph
    Participant

    This reply is private.

    #1145615
    Nico
    Member

    This reply is private.

    #1145642
    Joseph
    Participant

    This reply is private.

    #1146251
    Nico
    Member

    This reply is private.

    #1146532
    Joseph
    Participant

    Awesome! Thank you. I’m sharing this in case anyone else wants to center the upcoming events widget on a page.

    #tribe-events-adv-list-widget-2 .tribe-mini-calendar-event{
        margin: 0 auto;
        width: 400px;
    }
    
    #1146556
    Nico
    Member

    Perfecto! Thanks for confirming Joseph ๐Ÿ™‚

    Iโ€™ll go ahead and close out this thread, but if you need help with anything else please donโ€™t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Plugin additions – upcoming events targeting’ is closed to new replies.