2020-02-20, 10:13 PM
[How To?] Mobile Not Showing All MyTabs
|
2020-02-20, 10:38 PM
Hello,
yes, there is a CSS declaration for the 3rd child and up of the parent element of those tabs to have the display: none property, as you can see here. I believe you could just delete those declarations from css3.css, and that issue should be fixed. (Make sure to also delete the ones for smaller screen widths, or not, depends on your preference.) It might cause some problems, though.
2020-02-20, 10:59 PM
(2020-02-20, 10:38 PM)mTurtle_ Wrote: Hello, What do you mean by delete the ones for smaller screen widths? Do I remove that whole section but with other sizes? I’m a little confused.
2020-02-20, 11:27 PM
(This post was last modified: 2020-02-20, 11:31 PM by User 129272. Edited 2 times in total.)
No problem Here's how you would do it - change
to and do the same for the other sizes, if you wish - @media only screen and (max-width: 420px), and @media only screen and (max-width: 320px). These do the same as the first one, but for smaller screen sizes. So, for example, if you only choose to edit the first one, only screens 768 pixels in width and above will be affected. The same goes for the second one - if you choose to edit that one, then only screens above 420 pixels in width will be affected, etc.Sorry if I'm not being too clear, it's been a long day
2020-02-20, 11:47 PM
(2020-02-20, 11:27 PM)mTurtle_ Wrote: No problem Here's how you would do it - change No, thank you for that, I appreciate it. However, I have too many tabs, so I can't see all of them on one page. Is there a way to put them in list format? |
« Next Oldest | Next Newest »
|
Users browsing this thread: