• 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 - spacing

RSPenta - spacing 9 years 2 weeks ago #31004

  • ajmills
  • ajmills's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi

I need a bit of help - how do I close up the gap between (above and below) the module positions (including the area below the breadcrumbs/header)?

Basically, the area as shown the red box in the image below. Thanks.

The administrator has disabled public write access.

RSPenta - spacing 9 years 1 week ago #31080

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
You can add a custom css file where you define your own definitions or you can override the RSPenta! styles.
Create a custom.css file under this path /templates/rspenta/css/ and and add in this file:
.rstpl-before-top-fixed-position .rstpl-m-tb-big { margin-top: 2.5em};
This definition will override the margin for .rstpl-m-tb-big from 7.5em to 2.5em but you can change this size to suit your needs.

More on this here: www.rsjoomla.com/support/documentation/v...the-source-code.html
My help is not official customer support. To receive assistance, submit a ticket by clicking here
Last Edit: 9 years 1 week ago by bogdan.tataru.
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!