Comments eric started the conversationApril 23, 2014 at 11:17pm 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 repliedApril 24, 2014 at 2:25amin 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;}qeric repliedApril 24, 2014 at 3:04amthis 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 { Sign in to reply ...
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.
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
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 {