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.
Hi Enthusiast,
I had that problem with a site a while back and in that case it was a hosting problem with IPv6, which didn't work properly on the server this site was on.
I updated...
Hi. Welcome to Backdrop.
Out of the box, there are two places you can set visibility by user ID and they are related:
The layout configure screen under "Visibility conditions" (admin/structure/...
Posted1 day 11 hours ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Start with clean URLs, add Pathauto and Metatag modules, submit your XML sitemap to Google Search Console, and keep your content original and well-structured.
Hi. I use the "[node:title] | [site:name]" tokens for the main image of news articles, blog posts, and similar publications. It's a quick and practical automatic ALT.
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.