Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello,
can you please help me to make the picture on my home-Page responive for mobile? The text on the Picture is cut of. It would be great, when I could chance the picture size or the zoom with that.
Greetings Jasmin
Hello,
Please add this code into your custom css box in General Options > Custom Codes:
@media (max-width: 480px){
.cl_col_wrapper {
padding-top: 145px !important;
}
.cl-row .bg-layer {
background-size: contain !important;
}}
You can check the changes in real time by clicking on the mobile icon at the very end of the option sidebar. See screenshot: https://postimg.org/image/t5ocl2lj3/
Let us know.
Best regards!
Thanks a lot, It is not perfect, but I can live with that.
You must be logged in to reply to this topic.