Good afternoon,
I want to center my web page since it is on the left side in mobile version
Hey larias_transfiriendo,
Add this to quick css:
@media only screen and (max-width: 767px){
.flex_cell.no_margin{
padding:130px 50px 130px 50px!important;
}}
Best regards,
Jordan Shannon