Announcement

Collapse
No announcement yet.

Latest post information on mobile

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Font Size
    #1

    vB5.X.X Latest post information on mobile

    If these css codes are added to the template css_additional.css with the style you are using, it will look like a screenshot.
    Code:
    /* Latest post information on mobile Start */
    @media only screen and (max-width:480px) {
    .forum-list-container .forum-list-header .header-forum, .forum-list-container .forum-item .cell-forum {
    width: 60% !important;
    }
    .forum-list-container .forum-list-header .header-lastpost, .forum-list-container .forum-item .lastpost {
    width: 40% !important;
    }
    .forum-list-container .forum-list-header .header-topics,
    .forum-list-container .forum-list-header .header-posts,
    .forum-list-container .forum-list-header .header-lastpost,
    .forum-list-container .forum-item .cell-forum .forum-desc,
    .forum-list-container .forum-item .topics-count,
    .forum-list-container .forum-item .posts-count,
    .forum-list-container .forum-item .lastpost {
    display: revert;
    }
    .forum-desc,th.header-topics,th.header-posts,td.posts-count,td.topics-count,.rx-lastpost-info.h-hide {
    display: none !important;
    }
    }
    /* Latest post information on mobile Ende */​​
    Click image for larger version

Name:	screenshot-2022.11.03-09_06_29.png
Views:	428
Size:	21.2 KB
ID:	3243
X

Thread Information

Collapse

Users Browsing this Thread

Those who read this thread

Collapse

Working...
X

AdBlock Detected

Please Disable Adblock

Please consider supporting us by disabling the ad blocker.

I've Disabled AdBlock
Home