Ahoy –
I adding some padding in the layout backend and now on my mobile things are off center in the how we work section of my site. The Groomr Experience is the section with the added padding…
How do i make so in mobile that padding is not there?
Thanks in advanced!
Hey mcraig77,
use this code inside of Quick CSS field:
@media only screen and (max-width: 767px) {
.flex_column.av_one_half.av-animated-generic.left-to-right.flex_column_div.first.avia-builder-el-14.el_after_av_two_fifth.el_before_av_two_fifth.avia_start_animation.avia_start_delayed_animation {
padding-left: 0px !important;
}}
Best regards,
Andy
You Rock! Thanks!!
Hi,
Glad we could help!
Best regards,
Vinay
Ahoy!
Actually I just check my phone and it is still showing up janky :/ Please advise. This is with chrome for android, I cleared the cache but it is still showing up like this…
Screenshot
Hi,
this does not happen for me. Due to my code it looks like this now:
Please clear browser cache a few times and check on another device as well.
Best regards,
Andy