Tagged: color section, homepage
The video icon and the down arrow goes below the fold. Is it possible to have the whole color section to appear the same way it looks on the desktop or make it all appear on the fold?
it looks something like this – https://ibb.co/cs1AOF
Hey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) {
.home #av_section_1 .av-special-heading {
font-size: 25px!important;
}}
Best regards,
Yigit
It didn’t work. Is there a way to change the color section height only for mobiles?