Alpha1

Customer
The first block container should move up to align with the 'new posts' button. This may be a bug. ( I remember we encountered this on xf1 as well)
 
Are you referring to Hide page title on forum list? Hiding the breadcrumb does move the entire page up.

Sadly the new posts + create thread buttons aren't in the sidebar, they're in a block above the sidebar + content so not really a clean way of pushing just the content up.

Some users have chosen to hide those buttons on the forum list as well: (extra.less edit)

Code:
body[data-template="forum_list"] .p-body-header {
    display: none;
}

I've been debating about an approach to change this around but haven't come up with a solid solution yet.[/code]
 
Last edited by a moderator:

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back