I am nut sure what is CSS selector in your case - img.header-logo or other but with correct CSS selector that rule should work.
And in "width" put the desired real width in pixels or % of parent block element width. This can be changed in responsive css rules for different screen sizes.
For anyone interested in an improvement to the Status report that should help with this, please see this issue and the associated pull request:
https://github.com/backdrop/backdrop-issues/...
Posted4 days 21 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
@paucku
I note from this issue here:
https://github.com/backdrop-contrib/domain/issues/71
That you started getting this config formatting after changing the module to what Chat...
Posted4 days 3 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
I see the configuration of a website as part of the infrastructure as it is the code. So as the code should be tracked in a version control system, I want also to be able to track the changes of...
The number of questions about lost configurations support my argument. But I understand, this is a solution from experienced developers, which has a cause.
(It would be interesting to...
Comments
You're right, the logo doesn't display very big. Depending on the site, it's however a good fit, in my opinion. See an example of my test site:
If you want your logo bigger, you could override the corresponding CSS rules, e.g. from
core/themes/basis/css/component/header.css:.header-logo-tall img { width: auto; height: 100%; }and maybe also from
core/themes/basis/css/base.css:img { max-width: 100%; height: auto; }Yes, I fix it with the CSS injector module, but is it normal for the logo to look 60% smaller than the original?
Gracias.
I suppose you can add another CSS code:
img.header-logo { width: 200px; height: auto; }I am nut sure what is CSS selector in your case - img.header-logo or other but with correct CSS selector that rule should work.
And in "width" put the desired real width in pixels or % of parent block element width. This can be changed in responsive css rules for different screen sizes.