Okay
  Public Ticket #1711796
Nectar slider caption issue on mobile
Closed

Comments

  • samwell7814690 started the conversation

    Hi,

    Since updating the theme the captions on the nectar slider is showing at 50% width on mobile and tablet devices.

    How can I control the width that these are showing at? Preferably it would be great if these could be shown at 80% of the total device width.

    Thanks

    Damien

  •  8,998
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px){.swiper-slide .content p {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }}

    Thanks


    ThemeNectar Support Team 

  • samwell7814690 replied

    Hi,

    Perfect, thanks for your help Tahir

    Cheers
    Damien