Hi, did you manage to sort this? I have the same problem.
thanks
Jason
Hey, I have not been able to solve it yet.
Any ideas would really help. Thanks in advance.
enter this into a custom css plugin to remove the page titles
.page .entry-title {
display: none;
}
I cannot figure out how to remove the white space unfortunately.
Hi guys! Any help on this will be highly appreciated!
Thanks in advance!
Hi,
Unfortunately the theme doesn’t support this customisation and as much as I would love to help with some custom code, this is beyond the support offered for the free products, which consist in bug fixing and theme documentation.
Best regards,
Alexandra
Hey,
Thanks for your prompt response!
I fully understand that providing custom code is beyond the support offered.
If possible, could you tell me which template file has the source code for this white space. I may then be able to write the custom code myself.
Thanks in advance!
@1393jason, Have figured it out.
Go to the theme’s style.css file and find this:
.content-left-wrap{
padding-top: 60px;
}
This is the source of the white space. Change the value to suit yourself!
Cheers!
Hi mohaljhaveri,
I was having the same issue and your solution works like a charm.
Thanks for posting it!
Rgds