Responsive problem

Heu there, why in one of our pages have responsive problem in text ? i have done all our artist pages , shows etc with same layout but this one doesnt follow the responsivnes right. what might be the solution?

http://www.gramofoni.fi/gramofonin-suurtanssit-2019/

in that page if you can see the text part doesnt follow and is not correct in mobile version.

Hi Jimi,

Thank you for reaching out to us. To fix the issue, try adding the following code in the Theme Options > CSS:

.x-tabs-panel {
    max-width: 100%;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.