• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Vertical Align images

Vertical Align images 9 years 2 months ago #30091

Is there a way to vertically align images within their bounding box. It looks the way I want it in the backend but in the front they align to the top.
The administrator has disabled public write access.

Vertical Align images 9 years 1 month ago #30137

If it helps anyone in the future I managed to do this with the following css

.rsmg_image {
transform:translateY(-50%);
top:50%;
position:relative;
display:inline-block;
}
The administrator has disabled public write access.

Vertical Align images 9 years 1 month ago #30262

  • sipark
  • sipark's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Thanks jonathan.rogers I was searching for this problem solution.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!