Jump to content

OPC text overlapping problem 1.4.9


TACS

Recommended Posts

Hello All, this is my first topic here, most of my other bugs i have managed to fix just by reading through the very helpful topics here :) so, I am hoping that someone can come to my rescue and help me with this bug I have.

 

Basically as the topic says I have a problem with my OPC everything is overlapping and I am not sure what I need to do to fix it, I have checked that all the files are there and I have also replaced them all one by one with another download from prestas previous versions.

 

I figured the best thing I could do at this point was upload some screenshots for you guys to take a look at and hopefully someone will have a solution :) Thanks In advance for your much needed help!

 

 

post-439077-0-68955300-1382202133_thumb.png

post-439077-0-29057500-1382202140_thumb.png

Link to comment
Share on other sites

I think it only happens once you have registered an account, I just logged out of my account and get the same as what you just posted :)

 

I use a mix of 3 browsers to bug usually (IE Firefox and Chrome) but I prefer to use chrome for its speed :)

Link to comment
Share on other sites

can you share some screenshot what's goin on now? i can't reproduce it (i dont know where to check )

For some strange reason I cant find where to attach pictures lol it was beneath when I made this post, can find it now though =/

Link to comment
Share on other sites

now Im really confused...

 

I went  to the link of the lcsglobalcss that you provided, I searched for  #lcsmainbody-inner and the code that was there is what iv just pasted up by there, its the same code your referring too and all iv done is add the two lines of code to the end like you suggested =/

 

should the code be exactly what you have pasted there? because if so it would be a little more than adding just the two lines..

 

this is how the code was before I adjusted it to add the two lines (as i have kept backups)

 

#lcsmainbody-inner { color: #555; padding: 20px; margin-bottom: 1em;}
#right_column {
    ;
margin-top: 0em;
    width: 250px;
}

and with the two lines added it looks like this

 

#lcsmainbody-inner { color: #555; padding: 20px; margin-bottom: 1em;}
#right_column {
    ;
margin-top: 0em;
    width: 250px;
    height: 750px;
    display: block;
Edited by TACS (see edit history)
Link to comment
Share on other sites

was

#lcsmainbody-inner { color: #555; padding: 20px; margin-bottom: 1em;}
#right_column {
    ;
margin-top: 0em;
    width: 250px;
    height: 750px;
    display: block;

now (solved)

#lcsmainbody-inner { color: #555; padding: 20px; margin-bottom: 1em; display: block;height: 750px;}
#right_column {
    ;
margin-top: 0em;
    width: 250px;

I just put those two lines of code in those grouped styles on the one line and its fixed it, YAY! :D

 

 

however, I have one slight small issue now and that should be it then, the problem I have now is the large amount of whitespace at the bottom of the checkout, any idea on that? thanks in advance!

Link to comment
Share on other sites

sorry for the confusion ;) i was offline, but i've noticed that you solved it :)

 

regarding to the white space: you can decrease height value in: 

#lcsmainbody-inner {
color: #555;
padding: 20px;
margin-bottom: 1em;
display: block;
height: 710px;
}

710 is optimal value

Link to comment
Share on other sites

Hi Vekia, Thats okay :) and yeah I managed to solve it :) Thanks for your help and the info!

 

regarding the whitespace, I have tried reducing the height but as i do this thing's begin to overlap again, where i have set it at now (as I changed the font size slightly) is where all of the address text should sit,

 

basically the address and headers are all in the right place beneath the continue shopping button however beneath the addresses where it moves onto delivery methods and payments there seems to be a large white space between them (as well as at the bottom of the page)

 

one other thing i have just noticed is when i add a number of items to the cart it it begins to overlap this 

 

1. ADDRESSES

CHOOSE A DELIVERY ADDRESS:

 USE THE DELIVERY ADDRESS AS THE BILLING ADDRESS.

 

any ideas? :)

Edited by TACS (see edit history)
Link to comment
Share on other sites

okay, that sounds a little technical lol.. so let me get this right, do you mean use the code provided by prestashops default theme (from prestas previous versions)?

 

it has only appeared now since we made those changes, before that the opc was overlapping so I wouldn't know for certain if its been like that all this time..

 

the 5 step seemed to work fine, I just found if anything it was just too much up and down and clicking next so i wanted to simplify it all by using the OPC :)

Link to comment
Share on other sites

Vekia, I think you will be proud of me :) lol..

 

I fiddled about a bit with the instructions you gave me yesterday..

 

so, I changed 

display:block
height:710px 

to the following

display:inline-block
height:auto

and it appears to have done the trick.. if I can ask a small favor :) whats your take on these changes, and would you mind having a little look at the checkout to give me your expert opinion? :)

 

Thanks in advance for your help, and I really do appreciate the help and time you have given to me.. I wouldn't have got this far if it weren't for you :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...