Hello ,
Some part of my content on mobile phone is on left side. I have put changes on CSS put after migration on live site that is not working.
Can you help me ?
Regards
Hey Zaccc,
Add the following to quick css:
@media only screen and (max-width: 767px) {
.flex_cell.avia-builder-el-16{
padding:130px 0px!important;
}
}
Best regards,
Jordan Shannon