1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Sunday, 18 September 2022
  5.  Subscribe via email
You gave me the following code to center the caption on the J51 slideshow at the bottom for https://vicksburgretirementcommunity.com


.layerslideshow .info.info.info {
justify-content: flex-end;
align-items: flex-end;
margin: 1rem;
}

which worked but when I tried to center the caption at the bottom on slideshow using the same Emani template, the caption is at the bottom left even though I used the same code.

The website I am working on now is at http://tempdomian83.site .

Would you have a code that would work for either of the websites.

I have attached screenshots of both websites.

Thank you for your assistance.

Thanks!

James
Attachments (2)
References
  1. https://vicksburgretirementcommunity.com
  2. http://tempdomain83.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

To amend, try replacing your custom CSS with the following...

.layerslideshow .info.info.info {
justify-content: flex-end;
align-items: flex-end;
margin: 1rem auto;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!