Vertical tabs not responsive
2 years 3 months ago - 2 years 2 months ago #67341
by Chrysant
Vertical tabs not responsive [SOLVED] was created by Chrysant
Last edit: 2 years 2 months ago by Chrysant.
Please Log in or Create an account to join the conversation.
2 years 3 months ago #67371
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Vertical tabs not responsive
Hi
Please try to add this custom css to your page for the needed resolution
CEd
Please try to add this custom css to your page for the needed resolution
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav {
width: auto;
float: none;
}
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav ~ .tabck {
margin-left: 0;
}
CEd
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
2 years 3 months ago - 2 years 3 months ago #67420
by Chrysant
Replied by Chrysant on topic Vertical tabs not responsive
Last edit: 2 years 3 months ago by Chrysant.
Please Log in or Create an account to join the conversation.
2 years 3 months ago #67422
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Vertical tabs not responsive
you can force the responsive with the important property
Code:
.cktype > .ui-tabs.vertical_tabsck > .ui-tabs-nav ~ .tabck {
margin-left: 0 !important;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
2 years 2 months ago - 2 years 2 months ago #67426
by Chrysant
Replied by Chrysant on topic Vertical tabs not responsive
That´s it. Works great! Best Support!
Workaround could be an option for further versions ...
Workaround could be an option for further versions ...
Last edit: 2 years 2 months ago by Chrysant.
Please Log in or Create an account to join the conversation.
Time to create page: 0.225 seconds