Something its really wrong with the way that my pages is cropping the picture for mobile devices. Se below pictures. The error only occur in the blog posts.
Hey stefanstagliano,
Can you please tell us more how to get the view that you are getting?
Best regards,
Victoria
As i wrote. The error only occur in the blog posts. :-D
Example on this page: http://cfcamp.se/2018/11/16/svenskarnas-anvandning-av-sociala-medier-2018/
Any solution on this problem?
Hi,
The web site is down, not sure how we can see anything unfortunately.
Best regards,
Basilis
Its not down… but you have to log in. Its under construction.
You have the log in details in private content.
Hi stefanstagliano,
This is the code that causes the issue you’re having:
@media (max-width: 1130px) {
.big-preview img {
height: 3160px;
width: auto !important;
}
you can find it in (link in private content)
try adding this css code:
@media only screen and (max-width:767px) {
.big-preview img {
width: 100% !important;
height: auto;
}
}
let us know if this helps.
Best regards,
Nikko