Hello,
After updating X Pro to the latest version today I have an ‘entry content margin’ on some pages.
I cannot find the place to set this value to zero.

Hello,
After updating X Pro to the latest version today I have an ‘entry content margin’ on some pages.
I cannot find the place to set this value to zero.

Hello Matth,
Thanks for writing in! Please be advised that some of the page templates will have a default of 1.25em top margin. It will be set to 0 when you use Blank - No Container | Header, Footer page template. I can why there is a margin in your screenshot. It is because you are using the Carerix template that you have added in your child theme. It is evident from the screenshot your have sent us.

To get rid of the top margin while using your custom template, you will have to add this custom css:
.page-template-carerix .entry-content {
margin-top: 0;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.