- This topic has 3 replies, 2 voices, and was last updated 8 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Moving text on slider images’ is closed to new replies.
Home › Forums › All Other Themes › Moving text on slider images
site: http://amplifiedcreative.com/blog/
template: Movers and Packers Pro
How do I move the text overlays on the home page slider images from left, center justified to center, bottom justified? All text centered instead of left justified?
Hi Laura,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.nivo-caption { width:46% !important; left:0 !important; right:0 !important; margin:0 auto !important; top:inherit !important; bottom:50px !important;}
.slide_info h2 { display:block !important; text-align:center !important;}
.slide_info p { display:block !important; text-align:center !important;}
Regards,
Dave
Great, thank you, it worked.
🙂