• 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: RSJuno top position

RSJuno top position 5 years 9 months ago #38267

  • Muadib24
  • Muadib24's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 17
Hi, I have a logo in top-fluid-a position and a custom module in top-fluid-b position.
This custom module contain text, and I want this module center verticaly, but i can't.

Please, is it possible and How?

Thanks, regards,
The administrator has disabled public write access.

RSJuno top position 3 years 8 months ago #40385

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 557
  • Thank you received: 102
Hello,

You can either edit your Custom module and enclose your text within a <div> element with the following inline CSS style:
<div style="text-align: center;">
.....
</div>

..or use a CSS declaration added within a custom.css file which can be created as instructed here, for example:
.rstpl-top-fluid-position .rstpl-top-box .rstpl-module .custom {
	text-align: center;
}
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!