• 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: Blockquote not indenting RsJuno

Blockquote not indenting RsJuno 1 year 7 months ago #42135

  • cappleby
  • cappleby's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
I'm using blockquotes in an article with RsJuno as the template but it doesn't indent. Is there a setting to allow this? I'm using Joomla! 4.
The administrator has disabled public write access.

Blockquote not indenting RsJuno 1 year 7 months ago #42141

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 557
  • Thank you received: 102
Can you please provide a direct URL to this? If this isn't public, please submit a support ticket.
The administrator has disabled public write access.

Blockquote not indenting RsJuno 1 year 7 months ago #42149

  • cappleby
  • cappleby's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
Hi,

This page is an example. The section in italics is a block quote.
www.applebys.net.au/index.php?view=article&id=3
The administrator has disabled public write access.

Blockquote not indenting RsJuno 1 year 7 months ago #42150

  • dragos
  • dragos's Avatar
  • NOW ONLINE
  • Administrator
  • Posts: 557
  • Thank you received: 102
Hello,

It appears that this is originating from Joomla!'s styles, more precisely, the CSS rule is:
blockquote {
  margin: 0 0 1rem;
}

You can check this on Cassiopeia, which is Joomla!'s 4 default template, the result is the same.

You can create a custom.css file for RSJuno! and add the following CSS rule:
blockquote {
  margin: 0 1rem;
}
The administrator has disabled public write access.
The following user(s) said Thank You: cappleby
  • 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!