XF 2.1 Help please

Brad P

Well-known member
Afternoon All,

How can I remove the forum list and then mover the post thread over to replace that. Any help on this would be great 😊
197634
 
Ah, on the default theme they automatically bump to the left. I'm not sure about your custom theme as I'm not a member. You could try applying a left float to that section and see if that bumps it over.
 
[data-template=forum_list] .p-body-header h1 { display: none; }
[data-template=forum_list] .p-body-header { padding-right: 70%; }

Not in Mobile?
@media all and (min-width: 480px) {
...
}

HtH ;)
 
Back
Top Bottom