Step 1. On Dashboard > System > Site Template Styles > Cassiopeia - Default > Advance tab
Step 2. Select a 75x75 px immage for logo
Step 3. Save&Close
On frontend it shows a 18rem logo !
It seems that what causes this issue is a template class "container-header .navbar-brand img", who broken the immage.
Joomla 4.0.0 stable
PHP 7.4.13
Questions:
Labels |
Added:
No Code Attached Yet
|
Title |
|
@drmenzelit Maybe it is an option to add the image sizes to the SVG itself and remove the fixed width and height from the template? If an image is then added to the header, the width and height of the image is respected. Whats your opinion on this?
That could be an option, we have to test it :-)
I'll try to make a PR.
@mariantanase If you want text next to the logo, add text to the tag line and add the following code to the user.css:
.navbar-brand {
display: flex;
}
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-08-24 09:39:55 |
Closed_By | ⇒ | richard67 |
@mariantanase Please test the PR #35337
we need 2 successful tests before it can be added.
The standard Cassiopeia logo is a svg, that is why the width for the img element was given. We need to check if it is possible to change it.
Temporary you can create a user.css file and change the values here:
.container-header .navbar-brand img { width: 18rem; min-width: 18rem; }
You can use the tagline to add a line of text below the logo.