Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1299288
    PierreMeul
    Participant

    Hi,

    I am setting up an orange title in Slider Revolution and while it looks OK in Slider Revolution, I cannot have it aligned left.
    What is shown then in the browser is orange text aligned right on the second line.

    Have a look at the screen shots here…

    #1299308
    Christian
    Moderator

    Hey there,

    Please give us the URL of the page and access to your WordPress admin so we could check your setup.

    Thanks.

    #1299628
    PierreMeul
    Participant
    This reply has been marked as private.
    #1299647
    Joao
    Moderator

    Hi There,

    If you look your Revolution Screenshot you will see a Ruler above your slide, as you can see your layer is aligned on 50

    If you check your website live it is 50 from 0 as well.

    Use the ruler as reference to set the content where you would like.

    Thanks

    Joao

    #1300554
    PierreMeul
    Participant

    Thank you Joao, I will check that with the ruler

    #1300617
    Joao
    Moderator

    Let us know how it goes,

    Joao

    #1303006
    PierreMeul
    Participant

    I am sorry, I checked the ruler but I do not see what is wrong.
    In the ruler, both title are aligned at 37px so they should both be seen on the side starting from 37px but the second title doesn’t!

    #1303315
    Rad
    Moderator

    Hi there,

    It’s because of this custom CSS

    #rev_slider_1_1 .tp-parallax-wrap:last-child {
        left: 50%!important;
    }
    

    It it adds the layer on the center. Please remove it.

    Thanks!

    #1303880
    PierreMeul
    Participant
    This reply has been marked as private.
    #1304105
    Rad
    Moderator

    Hi there,

    In that case, don’t remove it, instead, change it to this

    @media ( max-width: 979px ) {
    #rev_slider_1_1 .tp-parallax-wrap:last-child {
        left: 50%!important;
    }
    }

    This ensure that it only affects tablets and mobiles.

    Cheers!

    #1304384
    PierreMeul
    Participant

    Thank you, It is a bit better…

    #1304397
    Christopher
    Moderator

    You’re welcome.

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