1. gune
  2. Commercial Templates
  3. Friday, 06 December 2024
  4.  Subscribe via email
Hi admins,

sorry for this double post, this one can be closed or removed.

Cheers
Gune

Hello everyone,
I have a problem under Joomla 5.2.2 with the <hr> tag, because it is not displayed. This affects both the template “serenity” and “calibra”.
Here in the forum I found a workaround that works for me and added the following code in the template under Custom CSS:

hr {
height: 1px;
max-width: 300px;
margin: 15px auto 20px;
background-color: transparent;
border-top: 2px solid var(--primary);
}

This at least displays a “line”, a png file as defined in typo.css is still not displayed.

The template “Scarlett” displays <hr> correctly. So I wonder where the error lies with the other two templates.
Does anyone have a similar problem and a solution?

Thank you in advance
Gune


There are no replies made for this post yet.
Be one of the first to reply to this post!