Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #894034
    elevatedconversions
    Participant

    Hi, Support.

    I am trying to get my Rev Slider text to display at the top of the slider on mobile, but it’s not quite displaying at the top like I want it to: http://screencast.com/t/6nEVeUxH94J

    In the backend editor, you can see it is at the top, I’m not sure what else to do? It’s quite frustrating.

    Look forward to any insight you have to resolve this issue.

    Site URL: http://www.elevatedconversions.com/

    Thanks,

    -Ryan

    #894876
    Rupok
    Member

    Hi Ryan ,

    Thanks for writing in!
    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #901022
    elevatedconversions
    Participant
    This reply has been marked as private.
    #901952
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:530px){
    div#slide-15-layer-11 {
        top: -33px !important;
    }
    }

    Hope it helps.

    #902545
    elevatedconversions
    Participant

    Hmm, it still seems to not be going up very far. Can you adjust the CSS for this to be shown further up? I would like this the be the case: http://screencast.com/t/cuQIpwqWDU

    Thanks for your help.

    -Ryan

    #903440
    Rue Nel
    Moderator

    Hello Ryan,

    Please have your code updated and use this instead:

    @media (max-width:530px){
      div#slide-15-layer-11 {
        top: -120px !important;
      }
    
      div#slide-15-layer-12 {
        top: -90px !important;
      }
    
      #slide-15-layer-23 {
        top: -70px !important;
      }
    
      #slide-15-layer-24 {
        top: -70px !important;
      }
    }

    Hope this helps. Kindly let us know.

    #904431
    elevatedconversions
    Participant

    That’s what I was looking for. Thanks so much for your help! 🙂

    -Ryan

    #905159
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-894034 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>