Tagged: combo widget
When I have the combo widget on placed on the footer it bugs when viewed on an iphone (and Android)
Any ideas how to fix this?
shutterliving.com/
Hi Jamie A!
Please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive .tabcontainer .tab_titles {
display: block;
border-top: 1px solid #555555;
}
.responsive .top_tab .tab.fullsize-tab {
display: none;
}
.responsive #top .footer_color .tabcontainer .active_tab {
color: #444; }
}
Fix will be added in upcoming update
Cheers!
Yigit
Thanks for this Yiget,
Quick question. when I update the theme will I have to remove this from the quick css section?
Hey!
Yes, since the update already fixes the issue, you do not need to have it in Quick CSS section additionally
Cheers!
Yigit
Thanks a million.
Resolved – I’m happy with this!