Tagged: mobile view
Hi,
we use the tab section on the page linked. Problem is, that it’s not visualized on mobile view (portrait smartphone view) that there’s more than 3 tabs (locations)
Sure – if i click on the very right item, the tabs slide further, but users don’t understand, that there’s more than 3 locations if there are no arrows or another sign, that there is more to come. Is there a solution for that issue, an alternate view or so?
Thanks a lot
Tobias
Hey check-t,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.av-tab-section-icon{
min-width:30px!important;
}
.av-tab-section-tab-title-container {min-width: 365px!important;}
#top .av-section-tab-title{ padding:2px!important;}
.av-inner-tab-title{
font-size:10px!important;
}}
Best regards,
Jordan Shannon
Hi,
thanks a lot Jordan, that seems to be a good solution! The only problem is now, that the viewport still slides right if i choose an item on the right side. How can we disable this?
Kind regards!!
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.av-tab-section-tab-title-container{
left:0px!important;
}}
Best regards,
Jordan Shannon
Great!! Thank you, Jordan.
Hi,
I’m glad this was resolved if you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
Hi,
Best regards,
Jordan Shannon