• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 13.02.19, 18:39
  • Opened by: Cloé Segura
  • Closed by: Marek
  • Closed on: 18.02.19, 17:04
  • Reason: Closed
  • Comment: Glad to help!

Ticket #13743 - Aligned image

Hi Marek,

I would like that, on my homepage under the slider, the man’s picture is aligned at the bottom to the backround image but I can not.
Could you help me ?

Comments

Marek 13 Feb 2019, 21:05

Please show me at the screenshot what exactly do you want to move

Cloé Segura 14 Feb 2019, 08:49

Is it understandable with the screenshot ?

Marek 14 Feb 2019, 10:59

Try following CSS:

body .image-item {margin:0}
body .image-item img {display:block}
Cloé Segura 14 Feb 2019, 17:14

No, it doesn’t work.

Marek 14 Feb 2019, 21:32

I just add that code to the Theme Settings → Custom CSS and all works fine

Cloé Segura 15 Feb 2019, 14:46

It doesn’t work for me…

Marek 15 Feb 2019, 14:48

Don’t forget about browser’s cache http://take.ms/mrneG

Cloé Segura 18 Feb 2019, 10:02

Hi Marek,
I cleared the browser’s cache of Firefox and Chrome but the image is not aligned.

Marek 18 Feb 2019, 10:22

Ok, I see.
Try this:

.pagebuilder .pts-container-wrap:nth-child(2) .row {display:flex;align-items: flex-end;}
Cloé Segura 18 Feb 2019, 17:04

Good, it works. Thanks.