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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    .home #post-124 .thumbnail-title,
    .home #post-139 .thumbnail-title {
        margin-top: 33px;
    }

    Again, you’d have to consider what’ll happen at different screen sizes.

    Thread Starter Gabri99

    (@gabri99)

    Worked for the last ones but I want to align “Terapia Analítico-Corporal” and “Masaje Terapéutico y Relajante”

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you explain further what you mean by “align”?

    Thread Starter Gabri99

    (@gabri99)

    Yeah, Under the circle there I have wrote this:
    (Circle 1) (Circle 2) (Circle 3) (Circle 4) (Circle 5)
    Terapia Analítico- Masaje Terapéutico y
    Psicoterapia Quienes somos Contacto
    Corporal Relajante

    And I want it this way:
    (Circle 1) (Circle 2) (Circle 3) (Circle 4) (Circle 5)

    Psicoterapia Terapia Masaje Terapéutico y Quienes somos Contacto
    Analítico- Corporal Relajante

    Thread Starter Gabri99

    (@gabri99)

    Oh! It didn’t appear like I wanted. Wait I’ll try another thing.

    Thread Starter Gabri99

    (@gabri99)

    https://ctrlv.in/287792
    Look at this.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    .hentry .thumbnail-title {
     -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
     transform: translate(-50%, 0);
     margin-top: 0;
    }
    
    #post-124 .thumbnail-title,
    #post-139 .thumbnail-title {
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%,  -50%);
     transform: translate(-50%,  -50%);
     margin-top: 1.3em;
    }
    Thread Starter Gabri99

    (@gabri99)

    A M A Z I N G Thank you so much again!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Align under circle's text’ is closed to new replies.