rotated words Posted in : Empathy kokobalievParticipant 24 October 2016 at 19:36 #44863 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 serkanModerator 25 October 2016 at 13:01 #44880 Hi, You can use this custom css code; .home-section .content > div { padding-bottom: 200px; } Thanks kokobalievParticipant 25 October 2016 at 18:39 #44897 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? serkanModerator 26 October 2016 at 19:02 #44911 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 Empathy - A vCard WordPress Themeby pixelwars Login and Registration Log in · Register