Jump to content

Width adjustment when 2 columns


'Woger

Recommended Posts

Hi there,

 

I am using 2 columns but when I go to payment I see 2 payment options using the complete width and 2 (paypal and bankwire) using only half of the width.

I tried changing som files allready but withour any result. Using bugzilla I found this code for the paypal module:

 

<div id="HOOK_PAYMENT">

<p class="payment_module">
<p class="payment_module">
<div class="row">
<div class="col-xs-12 col-md-6">
<p class="payment_module paypal">

<a id="paypal_process_payment" title="Pay with

 

If I change div class="col-xs-12 col-md-6"> to div class="col-xs-12 col-md-12"> in bugzilla it shows the correct width, but I don't know where to change this.

Does someone know where I can change this?

 

Thanks,

Roger

Link to comment
Share on other sites

Roger, css rules for paypal should be in yourprestashop/modules/paypal.css and paypal.tpl to change div class as PayPal installs in main modules folder. 

For bankwire payment method, as it is part of Prestashop core, is under yourprestashop/yourtheme/css/global.css and tpl file should be under yourprestashop/yourtheme/modules/bankwire.

Edited by nutxlago (see edit history)
Link to comment
Share on other sites

Roger, css rules for paypal should be in yourprestashop/modules/paypal.css and paypal.tpl to change div class as PayPal installs in main modules folder. 

For bankwire payment method, as it is part of Prestashop core, is under yourprestashop/yourtheme/css/global.css and tpl file should be under yourprestashop/yourtheme/modules/bankwire.

Sorry, Roger, I edited the answer late.

 

To change div class you must go to .tpl (if not php) files

paypal.tpl (if none, search for paypal.php)

For bankwire see the quote

Link to comment
Share on other sites

  • 4 months later...
×
×
  • Create New...