Hello,
I’m not sure if this has always been the same or just started happening? but is there any way to either hide the sidebar associated with a single events page or place it under the event information? At the moment the sidebar is next to the content which makes the event information very squashed up.
Thanks – Andrew
Mar 18,2017 AT 10:06AM - 4 years ago -Can you please send us a direct link to where the actual issue is happening?
I am not 100% sure on your issue but in
Myeventon>>>>settings>>>>single events you can turn off Create Single Events Page Sidebar
which would mean your single events will display without a sidebar
does that help- or if not pleas clarify your needs
hmmm Basically the page for single events is not responsive
I am going to assign this ticket to Ashan and he will be able to take it from here and find you a solution. Please allow some time for him to get back to you, we greatly appreciate your patience and thank you for being a eventon customer! He knows more about the page template than me
Thanks Dave – Appreciate it.
Andrew
This is an issue with theme the theme must make the sidebar hidden for smaller screens. Our eventon single event side bar is made to hide in smaller screens and this is coming from your theme and must be addressed on theme side.
Hello Ashan,
I can’t see how this could be a problem with the theme? All other pages and post are behaving normally in responsive view. Only the EventOn sidebar is showing this issue which would indicate to me at least a problem with EventOn sidebar?
Thanks – Andrew
can you give us admin access?
without testing anything you might try
@media (max-width: 600px) {
.evo_page_content.evo_se_sidarbar {
float: left;
width: 100%;
}
.evo_page_body .evo_page_sidebar {
float: right;
padding-top: 40px;
width: 100%;
}
}
into your theme css – I can’t be sure without going in there and testing