beats23 Posted May 18, 2021 Posted May 18, 2021 I copied your IPS blog's pages tab layout. Thanks😀 In landscape on mobile phone your tabs need some more CCS edits for alignment. It would be cool if the tabs loads instant with java and not refresh's the pages each time a tab is clicked. If you guys add this faster tab loading, please post the how to or don't make it too difficult to replicate. Thanks😀 Add this 'top' code to your css to fix it. @media screen and (max-width: 989px) and (min-width: 767px) { .sPage__news .sNews__tabs { top: -59px; } }  Yours  Mine
Jordan Miller Posted May 18, 2021 Posted May 18, 2021 Hey there. Thanks for the tip! Wondering, what browser are you using? It shows like this for me 😬 Unienc 1
beats23 Posted May 18, 2021 Author Posted May 18, 2021 Hi Jordan, I was using safari on iPhone pro max 11. It only shows up when the phone is in landscape orientation. Regards Jordan Miller 1
Meddysong Posted May 18, 2021 Posted May 18, 2021 1 hour ago, Jordan Invision said: Hey there. Thanks for the tip! Wondering, what browser are you using? It shows like this for me 😬 Make your window smaller as though you're using a tablet, @Jordan Invision. It's not a browser issue: it's a display issue at certain screen sizes. Jordan Miller 1
beats23 Posted May 18, 2021 Author Posted May 18, 2021 (edited) A few folk asked, how to replicate this tab layout so I'll post the old topic of when it was done. I only revisited it this week to tweak it a bit. It would be cool if I could get the tabs to load instant with Ajax. Can anyone do it?  The old topic for how to replicate the method.   Edited May 18, 2021 by beats23 Afrodude 1
Recommended Posts