Hello,
Currently the blog page gets all squished together when the screen width gets more narrow. How can I make the posts stack when the screen gets smaller.
Thanks,
Brendon
Oh actually I figured it out via custom css sorry
actually no it doesn’t work nevermind. Still need help
Hi,
Please try to activate debug mode in order to see the builder shortcodes: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, then try to copy paste the shortcodes to a new page to see if that helps.
Best regards,
Rikard
Hello Rikard,
What do you mean by shortcodes? I’m using the blog in grid mode and it doesn’t have any sort of built-in configuration to work on mobile.
ok I did fix it this time
@media only screen and (max-width: 767px) {
.slide-entry {
width:100% !important;
margin-left:0 !important;
}
}