• Resolved cdmonline

    (@cdmonline)


    When displaying the Event List in my sidebar widget, the hot link to ‘View all events’ looks like it’s not displaying in the correct location:

    Events List widget in sidebar

    The text appears too close to the border of the widget and it looks out of place relative to how the other sidebar widgets are being displayed. Is there any way to fix this?

    Here’s the URL to the site (under construction): https://paranormalromanceguild.net/about/

    Also, is it possible to not display that link/text at all?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @cdmonline,

    Thanks for reaching out, and I’m sorry for the trouble here! If you don’t wish to display this link on your list widget, you can easily remove it using a bit of CSS added to a new stylesheet. Simply create a new file named tribe-events.css in a new folder named tribe-events in your WordPress theme folder, then add this line of text to the file:

    .tribe-events-widget-link { display: none; }

    Save the file, refresh, and you should see the link disappear from your list widgets. You can read more about CSS and how to apply other visual changes to your site’s pages here on our Knowledgebase.

    Thanks again, and let us know if you should have any other questions!

    Thread Starter cdmonline

    (@cdmonline)

    Thanks, Caroline. That’s useful. However, I want to keep the item there – I just need it to display correctly with the appropriate gap between the edge of the widget window and the text. How can I get it to display properly like that? Thanks ??

    Hi @cdmonline,

    No problem! Try following the same steps outlined above to create a new CSS file in the appropriate folder, then add this block of text to it:

    .tribe-events-widget-link { margin: 0 24px; padding: 0 0 1em 1.143em; }

    This should retain the link and add some spacing to render it flush with the rest of your widget content.

    Thanks, and let us know if you should have any other questions!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The ‘View all events’ link not displaying correctly’ is closed to new replies.