Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #628554

    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!

    #629733

    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

    #630304

    You Rock! Thanks!!

    #630345

    Hi,

    Glad we could help!

    Best regards,
    Vinay

    #630458

    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

    #630572

    Hi,

    this does not happen for me. Due to my code it looks like this now:

    View post on imgur.com

    Please clear browser cache a few times and check on another device as well.

    Best regards,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.