Jump to content

Small fix needed on your Blog CSS.


beats23

Recommended Posts

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

spacer.png

 

Mine

spacer.png

Link to comment
Share on other sites

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 by beats23
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...