I don’t think the col width 85% is the problem.
I looked at your page… it looks nice except it is not doing what it is supposed to be doing.
The problem is this, and I apologize because I did not explain to you exactly what you need to do, EXACTLY (not shouting here !)
For You, and everybody else trying to do this…
The CODE I provided will and should work in a generic post.
BUT what YOU and others need to do… is go back into
In Settings -> Events
Events Manager Options
–> Formating
click ->Events (it expands to “Events Page”)
“Default event list format header”
<div class="row">
<div class="col-3ex exmenu" >
<ul>
Then below that…
“Default event list format”
<li>
<div align="center" style="margin-right:5px;text-align: center;">#_EVENTIMAGE{125,69}<br />
<span style="font-size: 12pt;font-weight:bold;">#_EVENTNAME</span><br>
<span style="padding:2px;text-align: center;border:solid black 1px;border-radius:4px;background-color:#e6e6e6;font-color:#000000;font-size:16px;font-weight:bold;">#_EVENTDATES</span>
</div>
</li>
and Below that… the “footer”
“Default event list format footer”
</ul>
</div>
</div>
The exact problem you are having is that
in the Settings we are talking about… it doesn’t need the short codes…
[events_list limit=3]
and
[/events_list]
It is doing that automatically.
So in my code I provided… the info between those shortcodes is the “body”..
Above the shortcodes is the “header”
And below the shortcodes is the “footer”
This procedure I have just explained is how it it done for your Default Events Page…
ie: yourwebsite/events
My apologies for not specifically showing you this… but I think along the way you learned some things.
Keep the 85% width as before.. but change it after you do what I just described to meet your needs.