hello everyone
i have a quick question
For some reason the save button on this page: http://www.stockport-e-cig-company.co.uk/login/edit_cart_bill_to.html isnt clickable which is preventing users from checking out and going to paypal for payment?
Anyone got any ideas why? Really would appreciate some help with this as my shop is broken at the min.
Thanks
Hello,
Yes, strange at the start but very quick i see that your custom_module .. banner ... that one ... causes that issues ... your element have also a banner image says [BANNER] you have use CSS to hide it by placing a height 60px
But joomla templating, bad code, sorry.
if you remove the height 60px from the following attributes that located under template.css line 124 will work or just make that banner custom_module smaller...
#headerright {
display: inline;
float: right;
height: 60px;
margin: 0;
padding: 0;
width: 670px;
}
Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0
Not a vm issue or joomla, bad design as ia say, please fix it
Regards
[attachment cleanup by admin]
SOLVED
Thanks for the speedy response
Nice, you are welcome.