Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #860887
    HenkinSchultz
    Participant

    Hi!

    I am looking to make my white logo bigger in mobile view (phones) within the Revolution Slider.
    I have the four boxes hidden in mobile view like I want.
    Any help is appreciated.

    Here is the link of the site:
    http://yrb2.websitehs.com/

    #861637
    Nico
    Moderator

    Hi There,

    Thanks of writing in.

    You could try using the @media queries

    For example in your setup,

    @media (max-width: 979px){
    #slide-1-layer-1.tp-caption img{
    width: 100px !important;
    height: 100px !important
    }}

    play with the max-width or using min-width to know where you want to begin with the change of size.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #866651
    HenkinSchultz
    Participant
    This reply has been marked as private.
    #867198
    Christopher
    Moderator

    Hi there,

    Your code is correct and it should work. Please check the attachment.
    If you need further assist please provide us with some screen shots of this issue.

    Thanks.

    #867631
    HenkinSchultz
    Participant
    This reply has been marked as private.
    #867644
    HenkinSchultz
    Participant

    I got the border think figured out. thanks!

    #868566
    Lely
    Moderator

    Hi There,

    Glad you were able to figure that out. Please also add this:

    @media (max-width: 480px){
    ul.tp-revslider-mainul>li>div+div.tp-parallax-wrap {
        left: calc(50% - 92.5px) !important;
    }
    }

    Hope this helps.

    #900579
    HenkinSchultz
    Participant

    thanks that worked!

    #901754
    Lely
    Moderator

    You’re welcome!

    Always,
    X

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