Archived topic
Remove Featured Image
3 replies · Started by Antonio Pisaniello on November 4, 2018
Hello, it is possible remove featured image in single post only on mobile device?
Also in the desktop version I aligned the image in evidence on the right
Is it possible to move the image under the title only on the mobile version?
Thank you
Hi there,
1. Remove single post featured image on mobile:
@media (max-width: 414px) {
.single-post .inside-article .featured-image {
display: none;
}
}
2. Is this for the single post? As an alternative to removing the image?
hello,
Is it possible to move the image under the title only on the mobile version?
thank you
Hi there,
It's only possible to remove it for mobile but not move it unfortunately.
Please start your own topic if you need more info on this.
Thanks!