• Resolved eloewenhagen

    (@eloewenhagen)


    I would like to center the meter on the page. I have tried using the centering button, using div centering, using columns, etc. Nothing works and it seems locked to the left side.

    Thanks!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ben Roberts

    (@bouncingsprout)

    Hi eloewenhagen,

    The Ultimeter uses flexbox, so try this:

    .upgm_meter {
    justify-content: center;
    }

    I’ve just tried it on your site using Chrome developer tools and it works great.

    Any problems, give me a shout.

    Ben R

    Thread Starter eloewenhagen

    (@eloewenhagen)

    Thank you for the quick and helpful response. It works great!

    Plugin Author Ben Roberts

    (@bouncingsprout)

    No worries at all – I will mark this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How Do I Center The Meter?’ is closed to new replies.