Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you link the page you’re referring to?
    Also, could you describe more about what you mean by centering them, where will they appear?

    Thread Starter Gabri99

    (@gabri99)

    https://www.analiticocorporal.com
    I want to place them centered, I mean, like the circle’s axis to be at thre same height and not the top. (I don’t know if you have understanded me, because I don’t even know how to explain it in english…)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Tricky.

    An easy way to do this is to just move the circles down a bit using ‘margin-top‘, e.g:

    #post-124,
    #post-139 {
     margin-top: 35px;
    }

    You’d have to think about how it’ll react at different screen sizes too

    Thread Starter Gabri99

    (@gabri99)

    Amazing! You are solving all my issues! Thank you again!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center small circles’ is closed to new replies.