Need to show only 1 post at a time on a phone b/c the title text overlaps. Right now 2 show per row. Issue only exists on a smartphone.
Hey cece101,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .slide-entry {
width: 100%;
margin-left: 0;
}
}
Don’t forget to remove the cache from your caching plugin before checkin the results.
Best regards,
Rikard
Thanks. That worked.
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon