• Resolved awr10e

    (@awr10e)


    Hi
    Just noticed that on a mobile devices, the columns are not lining up properly, something is pushing the content out towards the right by about 10px.
    There seems to be some hidden padding/margin that i cannot see on browser eveloper tools.
    thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter awr10e

    (@awr10e)

    I’ve added the following CSS code and it has resolved the mystery margin left on mobile devices

    `@media (max-width: 767px) {
    .wp-block-uagb-column.uagb-column__wrap.uagb-column__background-image {
    margin-left: 0;
    margin-right: 0;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Advanced columns not lining up’ is closed to new replies.