Archived topic
Featured image ALWAYS on the left (mobile)
3 replies · Started by Florian on May 9, 2017
Viewing posts 1–4 of 4
Hi there,
I want the featured image to be on the left ALWAYS on mobile!
On my screenshot the word "transparent" is on the left under the image, which looks very bad.
Hope you can help me, it's very important!
Thanks a lot! Love your theme!
http://it-antwort.de/wp-content/uploads/2017/05/Screenshot_20170509-183953.png
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.