Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #386136

    Hi, thank you for the beautiful theme.
    I am having a problem with the position of the image caption in my home page.
    I would like it to be not just in the right, but also a little towards the bottom of the image( so bottom-right).
    I am only asking because I saw that on your demo the caption is also a little bit off center.
    Is this possible?
    Thanks,
    Michael

    #386461

    Hey s_mike00!

    Try adding this to your custom CSS.

    .slideshow_inner_caption {
      display: block !important;
      height: auto !important;
      position: absolute !important;
      bottom: 100px !important;
      right: 100px !important;
    }

    Best regards,
    Elliott

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.