qwerty55 Posted June 15, 2014 Share Posted June 15, 2014 I want to adjust the position of the payment logo in down right corner some pixels up, so it align with the other in line. babylina.se thanks Link to comment Share on other sites More sharing options...
Paulito Posted June 15, 2014 Share Posted June 15, 2014 Hello Go to global.css around line 1992 and add this line #footer .paiement_logo_block img { display: inline-block; vertical-align: middle; margin-right: 5px; margin-top: -4px; } Paul Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2014 Share Posted June 15, 2014 you mean: ? and what about huge blank space between skraad med thawte and klarna ? Link to comment Share on other sites More sharing options...
qwerty55 Posted June 15, 2014 Author Share Posted June 15, 2014 (edited) yes, that is what i mean. Im trying to find a way to align them better. And as you point out also reduce the big space somehow Edited June 15, 2014 by qwerty55 (see edit history) Link to comment Share on other sites More sharing options...
Paulito Posted June 15, 2014 Share Posted June 15, 2014 Hello again Is this better: http://screencast.com/t/WfMS64eN8 http://screencast.com/t/V66dIh4OYB7t Paul Link to comment Share on other sites More sharing options...
qwerty55 Posted June 15, 2014 Author Share Posted June 15, 2014 (edited) i tried to adjust it little more to the left and up, but then it disappears with margin right at -110 and margin top at -6 Edited June 15, 2014 by qwerty55 (see edit history) Link to comment Share on other sites More sharing options...
qwerty55 Posted October 5, 2014 Author Share Posted October 5, 2014 (edited) www.babylina.se I made the mistake of updating the module for paymentlogo and lost what was working. to make it work again i tried to edit the blockpaymentlogo.tpl <!-- Block payment logo module --><div id="paiement_logo_block_left" class="paiement_logo_block"> <a href="{$link->getCMSLink($cms_payement_logo)|escape:'html'}"> <img src="https://cdn.klarna.com/public/images/SE/badges/v1/checkout/SE_checkout_badge_banner.png?width=180" alt="visa" /> </a></div><!-- /Block payment logo module --> But now it doesnt show at all. Edited October 5, 2014 by qwerty55 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now