Home › Forums › All Other Themes › Charity Slider Text Alignment
- This topic has 4 replies, 2 voices, and was last updated 6 years, 9 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
August 18, 2016 at 7:38 pm #44003
Hi there,
Trying to get the text onto the other side of the screen, but it appears as if there is an invisible text box, and it will only move around within that box. How can I move the box to the right hand side?
Cheers
August 19, 2016 at 6:29 am #44027Kindly post website URL and show us which area so that we can understand properly.
Regards,
ShriAugust 20, 2016 at 1:28 pm #44187Website’s in maintenance mode at the moment, so you wouldn’t be able to see anything. I’d recommend opening up the demo site, and taking a look at the words that appear over the picture on the slider.
Basically, instead of the text being like this:
<div align=”left” style=”border:1px solid red”>
Hello, I’m over here!
</div>I want it like this:
<div align=”right” style=”border:1px solid red”>
Oh look, now I’m over here!
</div>But the text box on the slider is fixed to the left – so even when I align the text to the right it shows that the text box ends in the middle of the screen – and I’m trying to move it over to the right so that it looks better.
Does that make more sense?
August 20, 2016 at 1:34 pm #44191Also, the coding on these forums appears to hate me …
August 22, 2016 at 11:35 am #44321Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.nivo-caption { left:inherit !important; right:7% !important;}
Regards,
Shri -
AuthorPosts
- You must be logged in to reply to this topic.