Hi! I’m working with one of the content elements called ‘tabs’. In mobile only, I see that each tab has something called a data-fake-id=”#tab-id-8″. I am trying to target a specific tab, but it seems as though css is not recognizing this data-fake-id, even though it legitimately appears when inspecting the code like this:
<div class=”tab fullsize-tab” data-fake-id=”#tab-id-8″ itemprop=”headline”>
Is it possible to target a particular tab?
the link is : https://www.thirdeyeyogastudio.com/home-new/#intro_to_yoga
(this should bring you down to the bottom section. view in mobile size)
The reason I’m exploring this is because in mobile, it seems as though the code is reorganized so that each tab is stacked on top of each other rather than beside each other, like in desktop. I am trying to find a way so that in mobile the tabs stay beside each other. Perhaps you may know of a way to do this?
Thanks!