-
AuthorPosts
-
August 19, 2017 at 12:37 pm #841264
Hi,
In homepage, we use ‘tab section’ element (link in private box).
But we have problem in tablet and mobile mode:
and
As you may see, the element is not show properly.
Regards,
SadeghAugust 19, 2017 at 3:55 pm #841289Hey Sadegh,
Try this code in the General Styling > Quick CSS field:@media only screen and (min-width: 768px) { .av-tab-section-tab-title-container {left: 0px!important; }} @media only screen and (max-width: 767px) { .av-layout-tab {padding: 0px !important; }
Best regards,
MikeAugust 19, 2017 at 5:09 pm #841309Hi Mike,
Thanks, I tried the code, but it messed up everything: the menu text color turned to black and the website width got smaller. But nothing changed in tab section.
August 19, 2017 at 6:42 pm #841361Hi,
I forgot a ending curly bracket, I logged in and added it to your Customize > Additional CSS
and it works for your /fa/ site.
Please clear your cache and check.
The correct code:@media only screen and (min-width: 768px) { .av-tab-section-tab-title-container {left: 0px!important; }} @media only screen and (max-width: 767px) { .av-layout-tab {padding: 0px !important; }}
Best regards,
MikeAugust 19, 2017 at 7:09 pm #841369Hi Mike,
It doesn’t fix the issue and in mobile mode, I can still see the issue.
Plus, it should act like the one we have in English version (in English mode, clicking on each tab makes user navigate through other tabs automatically).August 19, 2017 at 7:27 pm #841379August 19, 2017 at 7:54 pm #841388Could you please visit the Farsi version (LINK) in mobile?
As I mentioned before, the tabs do not load at all on Mobile mode:
–
Plus, in Tablet mode, we can not show all the tabs like the one we have for English version.August 19, 2017 at 8:35 pm #841403Hi,
Oh, I see now. I’m so sorry. I removed the code.
I think both of your issues, on both tickets, have to do with the translation plugin.
I will have to research more, and I will ask for help.
Please reply back so your ticket stays activate.Best regards,
MikeAugust 19, 2017 at 8:37 pm #841405August 19, 2017 at 8:56 pm #841416Hi Mike,
Thanks a lot for the help, the solution from that topic (LINK) solved the issue completely.(you may now close the thread please)
Regards,
SadeghAugust 19, 2017 at 9:46 pm #841437 -
AuthorPosts
- The topic ‘Tab Section is not Responsive’ is closed to new replies.