Hi,
How can I remove the alternating responsive layout of the grid blog?
This is not working well. If you have an excerpt it spreads way to vertical for each 2 words a new line. On an iPad it looks a bit silly.
I prefer it like the first row, all nicely below each other.
instead of
1,
2,
1,
2
I like
1,
1,
1,
1
Thanks in advance
S
Hi,
You can add something like this on your custom.css or Quick CSS
@media only screen and (max-width: 1024px) {
.responsive #top .slide-entry {
width: 99%;
margin-left: 0;
}
}
Regards,
Ismael
Thanks Ismael, works like a charm.
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin