Okay
  Public Ticket #202371
how to move over text in nectar slide
Closed

Comments

  • eric started the conversation

    On the first slide I want to move the text to the right side and the image we have to the left

    But in the admin I can't move the text right or left.

    I even tried to add .swiper-slide { data-x-pos: right!important; } but that didn't work - it's set by default to left - but I need right.

  • eric replied

    in the css there is a right align - not sure how to set though - so I got it by setting the left to be align right with

    #featured { height: 550px!important; }

    .swiper-slide[data-x-pos="left"] .content {

    text-align: right; padding-right: 250px;

    }q

  • eric replied

    this isn't going to work it messes it up on mobile.

    so in the css there is a data x pos right - but I see nowhere in the settings to set that.

    how do I activate .swiper-slide[data-x-pos="right"] .content {