Hi,
I have created a site with Enfold that I’m happy with from a desktop perspective but it doesn’t seem to align on a mobile.
I’ve seen other posts in the forum but I can’t seem to find a simple fix
Can you have a look and provide any ideas?
Hey Geordie6,
What are the exact issue you are having on your mobile? What kind of layout are you looking to achieve?
Best regards,
Jordan Shannon
Hey,
You had 100px padding in your columns, that was causing the issue. I added following code to Enfold theme options > General Styling > Quick CSS
@media only screen and (max-width: 767px) {
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
padding: 0 !important; }
}
Please review your website :)
Cheers!
Yigit
