Tagged: events, not working
Hi, I bought Eventer plugin (https://eventer.imithemes.com) and really wanna use it but when I activate it my site is not as it should be. The content is wider and doesnt fit in columns anymore. The text is outside the box or column at right side and the whole container is wider. Are you familiar with this problem and any idea how to fix it?
Sent support ticket to Eventer plugin but no reply yet. Hope you can help too!
Thanks!
Hey jannnnnneke,
Thanks for the links, but when I check your pages I don’t see the issue. Please see the screenshots in Private Content area.
What browser are you using?
Best regards,
Mike
Hi sorry, the plugin author gave me a CSS code and that worked:
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
Thanks!