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.
I can confirm that I attempted to install this (UserPoints module) on a fresh site and got a fatal (white screen) error.
Checking to see if we can unpublish this module from backdropcms...
I wouldn't bet it's fully functional. There are a few issues in the queue, and B-org reports only 1 active install. Who knows, just give it a try. The maintainer is still active in the community...
Posted9 hours 30 min ago by Alejandro Cremaschi (argiepiano) on:
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
:and maybe also from
core/themes/basis/css/base.css
: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:
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.