Registration with sandwitch theme & template layout

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

Registration with sandwitch theme & template layout

Postby alletom79@.....com » Mon Jun 29, 2015 9:19 pm

Hi there, we want to use OPC registration theme to register the users to our ecommerce, but we have a layout issue with sandwitch_css3_for_pickupr_or_free and our template. As you can see by following this link http://www.luce-pulsata.net/component/virtuemart/view/user the white background doesn't fill the entire page container.

Do you have any tip to fix it?

Thanks in advance!
Alessandro
alletom79@.....com
 
Posts: 5
Joined: Mon Jun 29, 2015 9:06 pm

Re: Registration with sandwitch theme & template layout

Postby admin » Wed Jul 08, 2015 10:41 pm

hello alessandro, i wrote you an email as well, but this is how to fix this:

to fix the white background you can do this:

open /components/com_onepage/themes/your selected opc theme/onepage.css

search for:
div#onepage_main_div {
/*... */
float: left;

/*... */
}

replace with:


div#onepage_main_div {
/*... */
float: right;

/*... */
}


the /*.... */ is just for illustration there are other lines... see:
http://snag.gy/Icjoa.jpg

to fix selects on responsive design:


#vmMainPageOPC select#virtuemart_country_id,#vmMainPageOPC select#virtuemart_state_id, #vmMainPageOPC select {
max-width: 95% !important;
}

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 2

cron