Page 1 of 1

Registration with sandwitch theme & template layout

PostPosted: Mon Jun 29, 2015 9:19 pm
by alletom79@.....com
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

Re: Registration with sandwitch theme & template layout

PostPosted: Wed Jul 08, 2015 10:41 pm
by admin
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