Hello, I was wondering where in the code I would go to change the partial gradient slide to put the video on the left and text on the right, instead of the video on the right and text on the left?
Thanks!
(5 posts)
(2 voices)
Hello, I was wondering where in the code I would go to change the partial gradient slide to put the video on the left and text on the right, instead of the video on the right and text on the left?
Thanks!
Hello thegmann,
We already have a stage setting called "Partial Staged Left" that does this. Go ahead and select it and try it out.
Yes but I want the background to be behind the text like in the partial gradient, partial staged has a transparent background, or is this just an effect of the skin I'm using?
Navigate to Dashboard -> your theme -> General Settings -> Custom CSS and add these lines,
.partial_gradient_slide .positioning { position: absolute; top: 0px; left: 120px; }
.partial_gradient_slide .slide_content { position: absolute; top: 0px; left: 120px; }
.partial_gradient_slide .slide_overlay { position: absolute; top: 0px; left: 120px; }
You'll need to play around with the left values until the image and overlay display on the left and the content displays on the right hand side.
Thank you!
You must log in to post.