Viewing 15 replies - 31 through 45 (of 67 total)
  • Have you guys checked for CSS errors that might be interfering?

    https://jigsaw.w3.org/css-validator/

    Yes, there’s a padding-right somewhere and I’m looking into it.

    Try adding the following to a new line

    h4.entry-title.summary { padding-right:0; }

    Try this one

    li.tribe-events-list-widget-events h4.entry-title.summary { padding-right: 0; }

    oops

    li.tribe-events-list-widget-events h4.entry-title.summary { padding-right: 0px; }

    Sorry either should work ::crossed fingers::

    Better!!!! ??

    Would something similar work to reduce padding left, or to get rid of double-line spacing for an event?

    OK, now replace that last line with the following, adjust according to taste. ??

    li.tribe-events-list-widget-events h4.entry-title.summary { padding-right: 0px; line-height: 15px;}

    Also add this line

    .tribe-events-list-widget ol { margin:0; }

    You are an absolute GENIUS!
    Thank you so much for all of your help!!
    If you still have a minute (if you don’t, I’m still SUPER thankful!) ??
    – Can I make the events blue (like a clickable link) so people know you can click on them? I’m not sure why they are appearing in black
    – Is there a way to maybe reduce by 1 line the spacing between each event?

    I actually have to go take someone’s appendix out. But add color: blue; into the CSS style for the first line. Adjust color to your liking.

    I’m glad it’s getting sorted out for you. The next step is really to make a child theme of TwentyEleven and move the new tribe-events/tribe-events.css into it. This is because if TwentyEleven ever gets an update, poof, all changes will be gone.

    Add new line

    li.tribe-events-list-widget-events { margin-bottom: 15px; }

    OK Andy, thanks again. Good luck with the appendix. We’ll dedicate a song to you at our next show on Tuesday!
    Best regards,
    Ed

    Thanks Ed. Enjoy the set.

    You didn’t add the color attribute to the first line of CSS

    li.tribe-events-list-widget-events h4.entry-title.summary a { font-size: 12px; color: blue; }

    Make margin-bottom: 0;

Viewing 15 replies - 31 through 45 (of 67 total)
  • The topic ‘Large Fonts In Widget’ is closed to new replies.