Revolution Slider text overlapping in mobile

Support Forums for LiveMesh Themes & Plugins Forums Appdev Theme Support Revolution Slider text overlapping in mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2176
    digital1440
    Member

    I have read other posts about overlapping text, but none of them have seemed to ask the question about text within the slider. The slider text is overlapping in mobile and can’t seem to fix.

    #2177
    livemesh
    Keymaster

    Pls reply as a private message here with the site URL and I can take a look. You may also email me the same (see bottom right box in my profile page). Thanks

    #2178
    digital1440
    Member
    This reply has been marked as private.
    #2183
    livemesh
    Keymaster

    To resolve this issue, pls insert the following CSS into Custom CSS tab in the Theme Options panel or the /custom/custom.css file. Thanks –

    @media only screen and (max-width: 1100px) {
    
    .tp-caption.medium_text {
    margin-top: 20px !important; 
    }
    }
    
    @media only screen and (max-width: 767px) {
    .tp-caption.medium_text {
    margin-top: 30px !important; 
    }
    }
    
    #2261
    digital1440
    Member
    This reply has been marked as private.
    #2265
    livemesh
    Keymaster
    This reply has been marked as private.
    #2334
    digital1440
    Member

    Thank you, that worked.

    Rob

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Revolution Slider text overlapping in mobile’ is closed to new replies.