• 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: Set height columns

Set height columns 3 years 4 weeks ago #41082

Hi,

How can I set the height of a row with more columns, so they have the same height?

Thanks in advance!
The administrator has disabled public write access.

Set height columns 3 years 4 weeks ago #41083

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 559
  • Thank you received: 102
Hello,

Every row in RSPageBuilder! have the following options while clicking the 'Configure row' icon:

- Row CSS Class
- Row CSS Id

You can add here a custom Class or Id, then, into a template CSS file you can add something similar:
/* if you're using the Row CSS Id */
 
#my_test_id_here {
	height: my_value_here;
}
 
/* if you're using the Row CSS Class */
 
#my_test_class_here {
	height: my_value_here;
}
Last Edit: 3 years 4 weeks ago by dragos.
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!