It looks like you’re using a plugin for this widget, so you will need to make a minor adjustment creating some custom CSS. It looks like you already have a custom stylesheet being used, so this is what you need to add to it:
ol.tribe-list-widget {
padding-left: 0;
}
Perhaps I missunderstood what you want to do here…are you wanting your left sidebar to have that widget to the left of the 4 image boxes?
For reference, the layout for Longevity Sidebars
Yes. Besides te links to the Menus, I want to have our upcoming events posted there as well.
You won’t be able to re-position the left sidebar as this is a fixed position…reference to the sidebar layout link I posted in the previous reply.
As for beside the main menu, this would require customizing the code in the header file using a child theme. If you are comfortable enough with moving and creating code, then you can achieve that result having it beside the main menu. Don’t forget, if you still want to maintain the responsiveness of the theme, this needs to also be taken in account when customizing the header file as well.
Overall, the only sidebar positions you have available are what is shown in the layout link I provided.
Thank you for your help! I think I will do this a different way, as I am not real comfortable customizing yet!