Tagged: x
-
AuthorPosts
-
July 3, 2016 at 11:42 am #1070483
DwayneDibbleyParticipantin the 16 theme my events widget looks like this:

in the x theme is seems to fatten each box ( almost square ) like this:

is there any css that can be tweaked to reduce the size of each element somehow? ive looked in inspector but can not see anything obvious related to height?
Thanks
July 3, 2016 at 12:25 pm #1070521
ThaiModeratorHi There,
Please provide us with your website URL so we can take a closer look.
Thank you.
July 3, 2016 at 2:03 pm #1070601
DwayneDibbleyParticipantThis reply has been marked as private.July 3, 2016 at 6:03 pm #1070705
John EzraMemberHi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
ol.tribe-list-widget li { padding:0 } ol.tribe-list-widget li h4 { margin: 5px auto; } .widget ul li, .widget ol li { background: transparent; border: none; } ol.tribe-list-widget { border: none; }Hope this helps – thanks!
July 4, 2016 at 2:52 am #1071153
DwayneDibbleyParticipantExcellent, many thanks again 🙂
July 4, 2016 at 2:54 am #1071155
RupokMemberYou are welcome!
Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
July 5, 2016 at 3:59 am #1072610
DwayneDibbleyParticipantone last thing, trying to change the event title font size with:
.tribe-events-adv-list-widget h4.entry-title a {
font-size: 5px;
}but it does not seem to take ? the x theme is still overriding it?
Thanks
*** edit ***
cancel that found it thanks:
ol.tribe-list-widget li h4 {
margin: 5px auto;
}July 5, 2016 at 4:08 am #1072614
Nabeel AModeratorHi again,
Try adding the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.widget.tribe-events-list-widget h4 { font-size: 15px !important; }Let us know how this goes!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1070483 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
