I have to put the content on the right side near to the image.. Could anynoe pls help me with it.. Im really stuck..
Vslider text content
-
Posted 11 months ago #
-
Hi Narayanan999,
If you're not using vSlider for Developers, I recommend switching over to that one. It's much MUCH easier to adjust things like this with that version.
If you ARE using vSlider for Developers, you'll just adjust the css in the file vslider.css. You can find that file here:
wp-content/plugins/vsliderdev/css/vslider.css
On or around line 89 of vslider.css, you'll see the class .vslider .cs-title
Add this to it:
text-align:right;That will make the text align to the right instead of the left.
Next, adjust the padding to push that block of text over to the right where you want it. I had to push mine over 650 pixels to the right. This is how it worked for me:
padding: 0 0 0 650px;It'll take a bit of trial and error, but you'll get it!
Posted 11 months ago #
Reply
You must log in to post.