This topic has 4 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler
Somehow the tabs on mobile starts with the first tab https://gyazo.com/fc0e8b61aa9506f87a592539a23814c6 – https://gyazo.com/983edf02cb535ec7f08299e795ff9daf and the rest of the tabs under the page. Is it possible to make this the first thing on the page?
Hello,
By default, there is no such possibility.
Submit the request here https://www.8theme.com/taskboard/ Our team will discuss it and maybe implement it in one of the next theme updates.
Regards
Is there another way for mobile to let people choose between the categorys (now the tabs are the categories) or button or something else? Now people on mobile are leaving the shop. i asked the taskboard but for the short term i need a solution. thanks!
Try to use our Tabs element http://prntscr.com/t63i68 and the next custom CSS code –
@media only screen and (max-width: 992px) {
.tab-contents {
display: flex;
flex-wrap: wrap;
}
.et-tabs-wrapper .tabs .accordion-title {
order: -1;
}
}
> https://gyazo.com/484e07688808752f2b46f8baea378844
Regards
You must be logged in to reply to this topic.Log in/Sign up