Hi Enfold Team,
pretty straightforward bug here (I guess), please just take a look at how my blog is displayed at the moment (switched to grid view in the enfold options, it’s somehow cut off and doesn’t show all elements allthough the <divs> with the elements are there in the code.
Thanks for your support!
Hey joerka27,
Thank you for your patience and for the link to your site, I found that your caching plugin has this css rule setting the max-height of your blog element to 800px
@media screen and (min-width: 768px){
.avia-content-slider-inner {
min-height: 800px !important;
max-height: 800px !important;
}}
please disable your caching plugin and the theme compressing and minification and find this custom rule in your Quick CSS or WordPress ▸ Customize ▸ Additional CSS and remove this.
Best regards,
Mike
Thanks, that did the trick! Was some old custom CSS code which I once needed (but not anymore)…
Can be closed.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike