Hi Kriesi Support,
I have searched the forum, but have been unable to locate any CSS short code for my request. Can you provide the code that will enable me to left justify text within my “right framed” full screen slider caption. Thanks much!
Kindest regards,
Christine
Hi Christine!
I’m not sure I understand what you mean, could you provide us with a screenshot with what you would like to change and a link to the page in question please?
Regards,
Rikard
Hi Rikard!
Certainly, I thought that might be confusing.
Here is the link to the current page
http://www.xploreproductions.com/
I would like the text left justified, but have the box remain in it’s current location (on the right side of the page).
Sorry, but I do not see where I am able to attach a screenshot…
Thank you!
Christine.
Hi Rikard!
I wanted to let you know I cobbled this together from reading through the support threads and it satisfies both my needs.
.slideshow_inner_caption {
display: block !important;
height: auto !important;
position: absolute !important;
top: 100px !important;
right: 100px !important;
text-align: left !important;
}
Thank you!