• 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: Adjust logo size in RSVario! CSS Class

Adjust logo size in RSVario! CSS Class 8 months 1 week ago #43613

Hi,

my question is how I can adjust the logo size in RSVario! CSS Class without changing the template-12.css or image.

Best regards
Holger
The administrator has disabled public write access.

Adjust logo size in RSVario! CSS Class 8 months 1 week ago #43615

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 633
  • Thank you received: 116
Hello,

You can try to create a custom.css file as explained here, and use something similar:
.rstpl-brand.image img {
  width: 30%;
}

- save and make sure to properly refresh your browser using CTRL + F5 before testing this once more.
The administrator has disabled public write access.
The following user(s) said Thank You: holgerledermann

Adjust logo size in RSVario! CSS Class 8 months 1 week ago #43618

Hi,

I did it that way and it worked now. Thanks! :)

Best regards
Holger
Last Edit: 8 months 1 week ago by holgerledermann.
The administrator has disabled public write access.

Adjust logo size in RSVario! CSS Class 8 months 1 week ago #43621

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 633
  • Thank you received: 116
Glad I could help.
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!