Strange behavior of white space between posts and footer

jansen.marcus
29 Posts
jansen.marcus posted this 30 October 2019

I've created a Wordpress theme with the latest version of Themler.
But there is one issue that I don't see how to resolve.
Between the Posts and Footer (all templates) there is an empty space from which I don't see how to avoid this.
In the screenshot I've put a mark on that space.
When I load the page, the page comes up with the empty space. WHen you refresh the page (F5) you see the page without empty space but after some miliseconds the empty space appears.
This is on laptop. On a smartphone (f.i.) there is no white space, so ok.
Any idea what I'm doing wrong?
You can see this live at https://wp-milieu2000.javadu.be/ . Open the website and than use F5 to refresh. to see what I mean.
Thanks for your advise,
Mark

I've created a **Wordpress theme** with the latest version of Themler. But there is one issue that I don't see how to resolve. Between the **Posts** and **Footer (all templates)** there is an *empty space* from which I don't see how to avoid this. In the screenshot I've put a mark on that space. When I load the page, the page comes up with the empty space. WHen you refresh the page (F5) you see the page without empty space but after some miliseconds the empty space appears. This is on laptop. On a smartphone (f.i.) there is no white space, so ok. Any idea what I'm doing wrong? You can see this live at [https://wp-milieu2000.javadu.be/][1] . Open the website and than use F5 to refresh. to see what I mean. Thanks for your advise, Mark [1]: https://wp-milieu2000.javadu.be/
Vote to pay developers attention to this features or issue.
2 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 31 October 2019

Hello Mark,
Try adding this code to Home -> Settings -> Additional CSS:

.separated-item-25 {
    min-height: 100px!important;
}

Gina
Themler Support

Hello Mark, Try adding this code to Home -> Settings -> Additional CSS: .separated-item-25 { min-height: 100px!important; } Gina Themler Support
jansen.marcus
29 Posts
jansen.marcus posted this 31 October 2019

Hello Gina,
This indeed solves my problem.
Thanks a lot.
Mark

Hello Gina, This indeed solves my problem. Thanks a lot. Mark
You must log in or register to leave comments