Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Updated to 7.3 now buttons overlap
Author « Topic »  

myraltis
Advanced Member

190 Posts

Posted - 05/20/2021 :  01:41:58  
Hi,

I've just updated a site from v6 to 7.3. All seems to be OK except for at the top of cart.php the button "Login to Account" overlaps the Button "Create New Account" for that only "Create New A" appears. See here: https://www.hm-online.co.uk/cart.php

I suspect it's just a CSS issue, but could someone point me in the right direction please?

Thanks in advance,
Tim

Vince
Administrator

42761 Posts

Posted - 05/20/2021 :  02:21:15  
Hi Tim
It looks like you have some old CSS classes that are interfering. If you look in the file...
css/ectstyle.css
...around line 45 you should see...

div.logintoaccount {
width: 130px !important;
}

div.createaccount {
width: 120px !important;
float: left !important;
padding-left: 20px;
}

If you remove both of those the buttons should line up.

Vince


Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

Vince
Administrator

42761 Posts

Posted - 05/20/2021 :  02:26:36  
Hi Tim
Also, looking at things the Quantity input is going walkabout on the product detail page...
https://www.hm-online.co.uk/NMC-Art-Deco-Mitre-Box

If you look in css/ectstyle.css around line 546 and change...

div.detailquantitytext {
float: left;
margin-top: 16px;
width: 30%;
}

...to this...

div.detailquantitytext {
float: left;
margin-right: 16px;
margin-top: 5px;
}

That should put things a bit more into line.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater

myraltis
Advanced Member

190 Posts

Posted - 05/20/2021 :  04:41:42  
Thanks Vince, that's done both the jobs.

Thought I was losing my mind for a while until I realised I was battling the cache gremlin.

All the best,
Tim

Vince
Administrator

42761 Posts

Posted - 05/21/2021 :  01:01:49  
Hi Tim
In cases like that <Ctrl>+F5 is often your friend. But I'm glad you got it sorted and thanks for letting us know.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.01 seconds. Snitz Forums 2000