Home › Forums › Calendar Products › Events Calendar PRO › Plugin additions – upcoming events targeting
- This topic has 12 replies, 3 voices, and was last updated 9 years, 9 months ago by
Joseph.
-
AuthorPosts
-
July 26, 2016 at 9:42 am #1144276
Joseph
ParticipantI’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?
July 27, 2016 at 6:50 am #1144561Nico
MemberHi 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,
NicoJuly 27, 2016 at 8:08 am #1144629Joseph
ParticipantThis reply is private.
July 28, 2016 at 10:04 am #1145168Joseph
ParticipantPlease close this thread. I went ahead and reverted to the Widget Area. Thank You.
July 28, 2016 at 11:41 am #1145250Joseph
ParticipantIgnore 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.
July 28, 2016 at 12:59 pm #1145297Nico
MemberHey 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,
NicoJuly 28, 2016 at 5:33 pm #1145395Joseph
ParticipantThis reply is private.
July 29, 2016 at 10:43 am #1145615Nico
MemberThis reply is private.
July 29, 2016 at 11:31 am #1145642Joseph
ParticipantThis reply is private.
August 1, 2016 at 12:59 pm #1146251Nico
MemberThis reply is private.
August 2, 2016 at 7:57 am #1146532Joseph
ParticipantAwesome! 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; }August 2, 2016 at 8:48 am #1146556Nico
MemberPerfecto! 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 -
AuthorPosts
- The topic ‘Plugin additions – upcoming events targeting’ is closed to new replies.
