• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 08.02.19, 18:09
  • Opened by: S.M. Waliullah
  • Closed by: Marek
  • Closed on: 01.03.19, 16:20
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13710 - Position of Single Image Widget Title

I want to change the position of the title of single item [to under the image]. How can i do that?

Comments

Marek 09 Feb 2019, 11:01

Please show it at the screenshot because I don’t see what you want to do

S.M. Waliullah 09 Feb 2019, 11:16

I want business cards and all other image widget title below the image.NOT above it like the link of screenshot

https://send.firefox.com/download/062f6eb749/#yia5AmnWq85Q1Nkq2rwE7g

Marek 09 Feb 2019, 11:39

Try following CSS:

.widget-images {
display:flex;
flex-direction: column-reverse;
}