• Hello,

    In the Theme Slider Options, can the link field Slider Button Link One be made to still work when it shinks to mobile (60% of all traffic).

    This important link disappears from my site on mobile size.

    Also … is there a way to remove the hamburger and replace with a “Menu” icon (on mobile size)?

    If you could help it would be great.

    Thank you!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hi..

    Please add below css into custom css editor.

    @media (max-width:480px){
    .wl_rtl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    } }
    @media (max-width:767px){
    .wl_rtl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    } }

    Save the changes.

    Thanks.

    Thread Starter uworlds

    (@uworlds)

    Thank you this is awesome fits a lot better! Much appreciated.

    Most Welcome..

    Thanks.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Make the home page link remain on screen for mobile?’ is closed to new replies.