conflict between accordion and sidebar in mobile
-
I am not sure if this is a theme or plugin issue, or both, but it only happens on the FAQ page. When viewed on a mobile phone the entries with more than a small amount of content conflict with the sidebar coming up from the bottom. It is impossible to read several in their entirety because they get covered up. In several cases the accordion will be open followed by the sidebar, with still more accordion entries showing below the sidebar. Is there a way to make the sidebar wait it’s turn?
The theme author looked at it and says the accordion needs a “clearfix” class added to this container:
<div id=”accordion” class=”ui-accordion ui-widget ui-helper-reset” role=”tablist”>
I tried placing a div with the class=”clearfix” around the shortcode on the page it didn’t work. Some of this I am doing in the jqueryuicss.css file and I am noticing that at the top of the editor it says this file is inactive. I have never seen this message before and it makes me wonder if that is the real problem.
- The topic ‘conflict between accordion and sidebar in mobile’ is closed to new replies.