• I need to try to resize a widget.
    I have “The Events Calendar”, and have have the “Event List” in my Sidebar, however there is space to move it over to be even with the other widgets below it, and allow the text to not truncate due to limited space.

    https://www.indycarmada.com
    This is the website i’m dealing with.
    Please no making fun, i’m about 1 week into learning wordpress! lol

    Summary: I would like the “upcoming events” widget to be the same width as the “video of the day” widget.

    Thanks in advance for all your help everyone!

    https://www.ads-software.com/extend/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The widget width is set in the CSS files that style the page. If you look at the CSS for div class=”right” the righthand column is set to 340 pixels. But there are other elements set to 160 pixels which are giving you a narrow events calendar display

    Have a look at class=”sidebar” and class=”sidebox” – these are both set to 160. The CSS is set by your theme, Raceclan, in style.css

    https://www.plainfieldpc.com/indycarmada/wp-content/themes/Raceclan/style.css

    The best way to edit a current theme is to create a child theme and edit the child

    Steep learning curve ahead! You need to learn CSS to edit WordPress sites

    Nick Froome

    Thread Starter wickedstang

    (@wickedstang)

    Thank you. This provided me with enough information to resolve the issue! It actually wasnt hard at all, but had to edit the different sidebar and sidebox classes, where before I was only editing the sidebar class.

    Excellent to hear that got you where you needed to be, wickedstang.

    Thanks, as always, Nick Froome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Resizing Widgets – The Events Calendar’ is closed to new replies.