Brad P Well-known member Mar 10, 2019 #1 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
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
RobinHood Well-known member Mar 10, 2019 #2 [data-template=forum_list] .p-body-header h1 { display: none; } Upvote 0 Downvote
Brad P Well-known member Mar 10, 2019 #3 RobinHood said: [data-template=forum_list] .p-body-header h1 { display: none; } Click to expand... Cheers Robin, but how about moving the post thread and sidebar icon over to replace it? Upvote 0 Downvote
RobinHood said: [data-template=forum_list] .p-body-header h1 { display: none; } Click to expand... Cheers Robin, but how about moving the post thread and sidebar icon over to replace it?
RobinHood Well-known member Mar 10, 2019 #4 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. Upvote 0 Downvote
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.
Masetrix Well-known member Mar 10, 2019 #5 [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 Upvote 0 Downvote
[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
Brad P Well-known member Mar 10, 2019 #6 Masetrix said: [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 Click to expand... Perfect thank you Upvote 0 Downvote
Masetrix said: [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 Click to expand... Perfect thank you