ALIGNMENT IN SHOPPING CART...

Support desk for Multipurpose Quark Theme
GK User
Thu Mar 03, 2016 3:32 pm
Hi. Unfortunately every step I take forward, always come more problems with this template .. Some elements of the shopping cart are not aligned, "Dati di Fatturazione" I is not aligned with "Indirizzo Spedizione Alternative" ... Attachment image of a correct template " Shop and Buy "and wrong" Quark "... Any solution, thanks, greetings ... :?: :oops:

CART_ALIGMENT_OK.jpg


CART_NOT-ALIGMENT.jpg
User avatar
Platinum Boarder

teitbite
Mon Mar 07, 2016 9:51 am
Hi

Try:

Code: Select all
.billto-shipto > div {
    text-align: left;
}
User avatar
Moderator

GK User
Mon Mar 07, 2016 10:17 am
HI. I REFER TO THE ALIGNMENT VERTICAL TEXT: "Dati di Fatturazione" on the text: "Indirizzo di Spedizione Alternative".
* Virtually text is below the other text ... Thanks, greetings.
User avatar
Platinum Boarder

GK User
Mon Mar 07, 2016 10:22 am
Hi. In the above image sent, the text appears in a box. You may be so in Quark ?, thanks, greetings ...
User avatar
Platinum Boarder

teitbite
Thu Mar 10, 2016 11:14 am
Hi

Do You mean to display this sentences in one line ? Try this css:

Code: Select all
.billto-shipto .vm2-billto-icon,
.billto-shipto ..vm2-shipto-icon {
display: none;
}
User avatar
Moderator

GK User
Thu Mar 10, 2016 3:12 pm
Hi, I tried the code, but does not work well. I need margins and alignment is as in the picture you sent, and if you may have also box, thanks, greetings ... :oops: :?:

CART_ALIGMENT_OK.jpg
User avatar
Platinum Boarder

teitbite
Wed Mar 16, 2016 12:04 pm
I made a typo in my code. Should be like this:

Code: Select all
.vm2-billto-icon,
.vm2-shipto-icon {
display: none;
}


and here a piece to add this border around this selection as in Your screenshot.

Code: Select all
.billto-shipto {
    border: 1px solid #e5e5e5;
    padding: 20px;
}
User avatar
Moderator

GK User
Sat Mar 19, 2016 7:12 pm
Hi. I applied the codes, almost entirely, only some minor alignment problems, I send photos to try to explain better. In the picture, point 1 is the reference point and point 2 is the point that must be aligned to the first ... If possible, probably after making these changes, the frame will be too large, it could solve ?, thanks greetings. René :oops: :?:

CART_ALIGMENT_1-2.jpg
User avatar
Platinum Boarder

teitbite
Thu Mar 24, 2016 2:45 pm
Hi

Those are very different elements, so there is no one method to align them. I had to use a margin here and there to put it in a correct place. Unfortunately gaps cannot be reduced.
User avatar
Moderator

GK User
Thu Mar 24, 2016 5:44 pm
Ok, thanks, now works fine, greetings ...
User avatar
Platinum Boarder

teitbite
Wed Mar 30, 2016 9:06 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator

GK User
Wed Mar 30, 2016 10:01 am
OK thanks greetings...
User avatar
Platinum Boarder

teitbite
Tue Apr 05, 2016 10:16 am
Hi

Ok. Looks like I can close this thread now.
User avatar
Moderator


cron