Yes, I want to center. I tried to center for tablets and mobiles in many ways but I could not. Could you note the difference between the demo and my site?
Ok, we see what you mean. The problem is with our demo, not with your site. On our demo is already very old theme version and that's why this is how it looks like. However, if you want to get similar effect, you need to use the following css to set padding for those items on mobile:
@media only screen and (max-width: 767px) { .section_wrapper, .container, .four.columns { max-width: 60% !important; } }
Comments
please send us link to page where you got them so we can have a look.