Hi,
I need this element without padding left and right …I need it 100% wide as my phone screen. It´s possible?
Thak you
Hey teotaban,
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 #wrap_all .av-flex-cells .no_margin {
padding: 0!important;
}}
Best regards,
Yigit
Thanks …it´s working :)