Hello,
how can I remove those spaces in the mobile version:
http://i67.tinypic.com/2ughzsx.pnghttps://pruebasdepaginas.demo.site/
Thanks for you help
Hey larias_transfiriendo,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
.home .avia-builder-el-125 {
padding-top: 0px !important;
}
.home .avia-builder-el-124 {
padding: 0 !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi larias_transfiriendo,
I adjusted the code in your Quick css, please check.
Best regards,
Victoria