Hello,
I would like to view the images mobile over the whole width (fullwidth) without an edge right and left. How can I do this by css without the text goes over the width?
https://www.dropbox.com/s/czh16bjwq35lld8/Bildschirmfoto%202019-04-11%20um%2011.52.52.png?dl=0
Hey babettegcc,
All content is situated within a container element, so I don’t think it would be possible unless the container is 100% and without any padding on mobile.
Best regards,
Rikard
is it possible to set the container only for mobile to 100%?
Best regards
Hi,
Yes, that should be possible. You can try something like this for instance:
@media only screen and (max-width: 767px) {
.container {
width:100% !important;
max-width:100% !important;
}
}
Best regards,
Rikard
Okay, thank you.
One more question. Is it possible to set the Hotspot image from the Desktop Version like here ttps://www.dropbox.com/s/jo3krquvsisf88d/Bildschirmfoto%202019-04-16%20um%2009.31.05.png?dl=0
in the mobile version to Square pictures?
Hi,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Basilis