rotated words

  • Posted in : Empathy
  • kokobaliev
    Participant

    Hello!
    I want to know if there is a way to change the position of the rotating words?
    I just want to make a bottom padding
    thank you

    serkan
    Moderator

    Hi,
    You can use this custom css code;

    .home-section .content > div { padding-bottom: 200px; }

    Thanks

    kokobaliev
    Participant

    it works! is there a way to detect if the user come into my site use mobile phone and to make different padding from the desktop one?

    serkan
    Moderator

    Hi, You can add media queries for this feature.

    @media screen and (max-width: 767px) { 
    .home-section .content > div { padding-bottom: 200px; } }

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register