Hi there,
I’ve installed the medical demo, but the homepage isn’t very responsive.
On a smartphone, the three blocks beneath the homepage slider are actually covering most of the important slider information. How can I push those boxes down on a mobile so that this doesn’t happen?
Thanks!
Hi RainaN!
I checked it and you are right, that is happening.
How do you want them to be visible? Push those just a little bit down, would that work for you?
Please do let us know
Regards,
Basilis
If we could just push those boxes down beneath the slider, that would be great!
Thank you! :)
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px){
.responsive #top .flex_column_table {
margin-top: -100px !important;
}
}
Best regards,
Jordan