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.
Thanks!
I tested PayPal WPS (since I also use it in my Drupal 7 Commerce shop).
With the PayPal server SANDBOX mode (no real payment transaction, just simulated).
And everything...
Posted18 hours 14 min ago by (Peter.B.Eriksen) on:
Peter, I've done an initial port of Commerce PayPal. While I haven't tested it, I think it should work, as the module is not too complex.
https://github.com/backdrop-contrib/...
Posted19 hours 56 min ago by Alejandro Cremaschi (argiepiano) on:
Wow, THANK YOU!
I’ve been searching for this for months, and it’s been there all along—just extremely well hidden...
I immediately installed Commerce with the configuration of my...
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.