Middle Align Content In Feature Add-on - Question | JoomShaper

Middle Align Content In Feature Add-on

N

Nicolò

SP Page Builder 7 months ago

Hi, I need to center the vertical alignment in the content of a featured box. I've found this discussion on the forum: https://www.joomshaper.com/forum/question/1242 This solution works when the featured box is set with Media > Position = Left, but if I set Media > Position = Right, it doesen't work. Can You help me? Thank You

0
2 Answers
Atick Eashrak Shuvo
Atick Eashrak Shuvo
Accepted Answer
Support Agent 7 months ago #187528

Try using this css

.your_custom_class_name .sppb-media {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
0
N
Nicolò
Accepted Answer
7 months ago #187533

Thank you, it works. Nicolò

0