• 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: Creating margin space

Creating margin space 8 years 9 months ago #31566

Here's the screenshot www.lillianfidler.com/healthyhomes/screenshot2.jpg

I'd like to have a wider margin on the right and left for the content... thanks!
The administrator has disabled public write access.

Creating margin space 8 years 9 months ago #31612

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
You can try achieving this by referring to the following article:

www.rsjoomla.com/support/documentation/r...the-source-code.html

..and creating a custom.css file with the following CSS definition:

#rstpl-com_content{

padding-left:20px!important;
padding-right:20px!important;

}

Note that this definition will be applied only for the content position of the template.
My help is not official customer support. To receive assistance, submit a ticket by clicking here
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!