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 find organising into separate files for different elements help to maintain. Backdrop helps here as for the public it aggregates CSS for performance but you can switch that off and then you can...
Posted7 hours 2 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
The number of files is your choice, each developer has his own style, his own declaration order, and grouped into blocks related to the styling of a specific element. Everything should just be...
Definitely a problem with Mosaic Grid. Was able to reproduce the issue in the sandbox. I have created an issue on Github (https://github.com/backdrop-contrib/mosaic_grid/issues/34).
Actually, this may have nothing to do with whether the page is a child or has children. It seems that the "Type 2" behavior (no dropdown triangles and permanently expanded link lists under the...
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.