• Resolved bloggingbeats

    (@amitgargjind)


    I added styled number boxes on my site homepage and other posts as well.

    On mobile devices, there’s no gap between those boxes.

    Please help.

    Amit Garg

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Alexis Pandaan

    (@alexius08)

    Hi @amitgargjind ! Here’s some custom CSS you can use to produce the effect you’re looking for:

    @media screen and (max-width: 800px) {
    .ub-number-panel:not(:last-child){
    margin-bottom: 30px;
    }
    }


    You can change the value of margin-bottom to match your use case.

    Please let us know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Styled number box’ is closed to new replies.