XFMG: Remove comments on album view

XenForo XFMG: Remove comments on album view

Styling

Supervisor
  • Thread starter
  • Moderator
  • #1
Styling submitted a new resource:

XFMG: Remove comments on album view - Template Modifications

Would you like to hide comments on XenForo Media Gallery album view and show it like this?

View attachment 10228

As you can see comments section is removed only on the album view (comments are still available in the media view) and the sidebar widgets are displayed below in a row.

Add this code to the extra.less template:

CSS:
[data-template="xfmg_album_view"] {
    .columnContainer {
        display: block;
    }
    .columnContainer-comments {...

Read more about this resource...
 
Back
Top Bottom