• 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: 80px margin from top

80px margin from top 6 years 11 months ago #36888

Hi,
i´m playing around with RSvario & RSPageBuilder.
The first item in Pagebuilder got a 80px margin from top...
.rspbld-page section > .row-fluid, .rspbld-page section > .container > .row-fluid
{
  margin-top: 80px;
}
or
.body > section {
  margin-top: 0px !important;
}
may cause the "problem",


I haven`t set this in pagebuilder....
How can i get rid of that (maybe without custom.css)?

regards
matthias
Last Edit: 6 years 11 months ago by hagen_fenris1.
The administrator has disabled public write access.

80px margin from top 6 years 11 months ago #36904

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

You can create a custom.css file as explained here:

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

..and add something similar:

#rstpl-all-content-position {
margin-top: 20px;
}
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!