• 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: RSPenta: Minimize white space?

RSPenta: Minimize white space? 7 years 7 months ago #35778

  • mattias6
  • mattias6's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 11
I love the RSPenta template but want to minimize white space all over.....around the content, between modules, etc. I had a friend try to do it but he didn't do a good job....things got misaligned.

Can someone help? Thanks!
The administrator has disabled public write access.

RSPenta: Minimize white space? 7 years 6 months ago #35927

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

First, you will need to create a custom.css file as instructed here:
www.rsjoomla.com/support/documentation/r...the-source-code.html

Second, you can inspect your website using the "Inspect Element" feature available for any browser (right click > Inspect Element) in order to view the default CSS definitions for RSPenta!, then change those according to your needs.

For example, the margin of the "Top Position" div element (which includes Top-A, Top-B, Top-C positions) is controlled by this CSS rule:

.rstpl-top-position {
margin-bottom: 3.75em;
}

In the newly created custom.css file you can change it according to your needs, for example:

.rstpl-top-position {
margin-bottom: 0.75em;
}
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!