Okay
  Public Ticket #1540272
Adjust Nectar Slider Text with CSS
Closed

Comments

  • Wibak started the conversation

    Hey, 

    Everything is said in the title. I follow what is described here : https://themenectar.ticksy.com/article/2037 but it does not work. I've got warning icons that say "Use of !important"


    I tried removing "!importnat" but does not work either.


    thanks for helping !

  •  9,409
    Tahir replied

    Hey W,

    Did you try adjusting these : http://prntscr.com/j4tg81 . 

    Best


     Salient Support Team 


  • Wibak replied

    Nop because I would also like to change other settings like padding, layout and width

  •  9,409
    Tahir replied

    Hey Again,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


     Salient Support Team 


  •  9,409
    Tahir replied

    And what exactly do you need changed via css ?. 


     Salient Support Team 


  • Wibak replied

    I'd like  to display the text and button only on the left side of the slide 

  •  9,409
    Tahir replied

    Hey Again,

    Did you try adjusting this first : http://prntscr.com/j4tse3 ? .

    best


     Salient Support Team 


  • Wibak replied

    Yes but it does not look like what i want. I actually would like the text to be centered in the left half-side.

  •  9,409
    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):

    .swiper-slide[data-x-pos="centered"] .content {
        width: 50% !important;
    }

    Thanks


     Salient Support Team