• 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: RS yuno making header height smaller

RS yuno making header height smaller 8 years 11 months ago #35012

  • mark276
  • mark276's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
I am using the Rs yuno template with pleasure, but I think that the margin between logo and top and logo and menu is very high (lots of white space, see at the arrows marked with 1 and 2).



Is there a way to make the space at the 1 and 2 less ? If possible in a way that i don't loose the change when i upgrade the template.

Thanks in advance for a usefull tip.
Last Edit: 8 years 11 months ago by mark276.
The administrator has disabled public write access.

RS yuno making header height smaller 8 years 11 months ago #35039

  • k7
  • k7's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 3
Put the following code in the custom.css file. This file wil not be overwritten by an update.

.rstpl-top-position, .rstpl-top-fluid-position {
padding-bottom: 1rem;
padding-top: 1rem;
}
The administrator has disabled public write access.
The following user(s) said Thank You: mark276

RS yuno making header height smaller 8 years 11 months ago #35040

  • k7
  • k7's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 3
In the css folder (within the rsjuno template folder) is a custom.css file. Copy and paste the code below in this file. The custom.css file is not overwritten by an update.


.rstpl-top-position, .rstpl-top-fluid-position {
padding-bottom: 1rem;
padding-top: 1rem;
}
The administrator has disabled public write access.
The following user(s) said Thank You: robizia, mark276

RS yuno making header height smaller 8 years 11 months ago #35048

  • mark276
  • mark276's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
Great ! The custom.css file didnt yet exist, but i made it and your solution works like a Charm. I am also happy that with next update the changes won't be gone. Thanks a lot. B)
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!