messy layout shipment and payment in checkout

GK User
Mon Nov 17, 2014 11:56 pm
Shipment and payment methods are not displayed right

see image below:

Image

it would be better to be shown in a single row with radio buttons aligned

demo site shows this error:

Loading...
StoreFront

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 90 bytes) in /home/demo/public_html/joomla25/storefront/libraries/joomla/language/language.php on line 809

So I could not compare with demo to find a solution.

There is also lack of documentation regarding gk one page chekout plugin



Please help
User avatar
Senior Boarder

GK User
Wed Nov 19, 2014 9:42 pm
Hello,

Please provide an URL to your website - then I'll be able to provide a CSS code to fix your issue.
User avatar
Administrator

GK User
Mon Nov 24, 2014 1:15 am
dziudek wrote:Hello,

Please provide an URL to your website - then I'll be able to provide a CSS code to fix your issue.



www.cocinamexicana.es

Thanks
User avatar
Senior Boarder

GK User
Mon Nov 24, 2014 8:21 am
Please add the following code under Template settings -> Advanced settings tab -> Custom CSS code option:

Code: Select all
body table.cart-summary tr br {
   display: block!important;
}
User avatar
Administrator

GK User
Mon Nov 24, 2014 11:08 pm
dziudek wrote:Please add the following code under Template settings -> Advanced settings tab -> Custom CSS code option:

Code: Select all
body table.cart-summary tr br {
   display: block!important;
}


Thank you for your fast response
User avatar
Senior Boarder


cron