Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #439965

    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

    #440179

    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

    #440415

    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.

    #440587

    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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Left justify text in "right framed" Full Screen Slider caption’ is closed to new replies.