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.
Thank you very much! Looks great!
A probably tricky add-on:
Is it possible to also display new comments within this view?
I mean not as a separate block or extra view, but directly...
Yes, this can be done with Views. I've rebuilt your second example with Views, see the following screenshot. Further below, I'll paste an export of the view configuration.
Screenshot...
Posted14 hours 32 min ago by Olaf Grabienski (Olafski) on:
I tried using Rules to find the user by email and update a taxonomy field in their profile, but I couldn't get it to work.
This should work with Rules. Can you post your rule...
Posted1 day 18 hours ago by Alejandro Cremaschi (argiepiano) on:
Thanks, I also use Better Exposed Filters and find it extremely useful.
I would like to note as a help for other users in the forum who might be interested in the problem that Use AJAX:...
Posted2 days 5 hours ago by Antony Milenkov (amilenkov) 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.