Site logo

Archived topic

Featured image ALWAYS on the left (mobile)

3 replies · Started by Florian on May 9, 2017

Viewing posts 1–4 of 4

Give this CSS a try:

@media (max-width: 768px) {
    .entry-header {
        overflow: hidden;
    }
}

Perfect, thanks a lot!

No problem! :)

This archived topic is closed to new replies.