This topic has 3 replies, 2 voices, and was last updated 10 years, 7 months ago by Anonymous.
Viewing 4 posts - 1 through 4 (of 4 total)
I’m experiencing a problem dealing with vertical tabs in responsive mode (small devices). I’m unable to select any tab or content.
For instance, have a look on your demo site on a Iphone 5/6:
http://quirktools.com/screenfly/#u=http%3A//www.aivahthemes.com/medicalwp/shortcodes/tabs-and-toggles/&w=375&h=667&a=37&s=1
Best regards,
Ed
Replace this
.vertabs ul.tabs, .vertabs .panes {
display: none;
}
with
.vertabs ul.tabs, .vertabs .panes {
display: block;
width: 100%;
}
in your responsive.css file.
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.