Hi, Please provide me url and I will give you custom css to control it.
Regards
Hi, Please paste following css in custom css box
@media only screen and (max-width:980px){
.ich-prefix [class*='col-'] {
width: 50% !important;
float: left !important;
margin-left: 0px;
margin-right: 0px;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-left: 0px;
padding-right: 10px;
}
}
@media only screen and (max-width:768px){
.ich-prefix [class*='col-'] {
width: 100% !important;
float: none !important;
margin-left: 5px;
margin-right: 5px;
margin-top: 5 !important;
margin-bottom: 0 !important;
padding-left: 0px;
padding-right: 0px;
}
}
Please also remove the class opis from p tags
Regards
Thank you but I was rather thinking of using the overflow property.
Your solution makes it so that there’s only 1 column on tablets and it doesn’t look good with low quality photos that I use.
Regards
Hi, Please try this code
.image-caption-box .centered-text {
overflow-y: scroll;
max-height: 368px;
display: block !important;
}
Works perfectly. Thank you a lot.