Source: https://www.elegantthemes.com/forum/viewtopic.php?f=187&t=573192
There is a padding issue when you add a (global) section to the bottom of blog posts. The section looks great on normal pages, but posts have a padding issue. A (fixed) example at https://01.horecawebservice.com/nieuwe-menukaart/.
Note: it’s better to use the theme builder for blog post layouts.
@media (min-width: 981px) {
.single #left-area .et_pb_post{
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}
}
Code language: CSS (css)
