Notifications
Clear all

wpForo 1.x.x [Closed] Padding problem

3 Posts
2 Users
0 Likes
916 Views
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 years ago

Hi @sofy, sorry I cannot respond in this thread and have to open a new one...

The solution seems to have affected the page titles. See image attached. Any way to hide page titles or otherwise correct that padding without affecting the full with?

Thanks in advance.

2 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @srtalop,

As far as I see you've found the option for disabling the Forum Page Title. In case you'd like to enable the Forum Page Title and add the paddings the CSS code you can use is provided below: 

h1.entry-title {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
}
1 Reply
(@srtalop)
Joined: 5 years ago

Estimable Member
Posts: 73

No, the page title is the one you can see in bold in the previous attachment, so no idea on how to hide it without having to leave the page with no name, which would affect the SEO.