Jun 30, 2019 7:39 am
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
Jul 01, 2019 8:06 am
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;
}