• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #19299 - product quick view - add to cart button

add to cart button is miss aligned after upgrading to 5.6 see image
- same for product page

Attachments:

quickview.PNG (243.9 KiB)
productpage.PNG (256.2 KiB)

Comments

Fred 01 Oct 2020, 12:28

it looks fine for me https://take.ms/AvRHo

Thomas Blauenfeldt 01 Oct 2020, 12:39

wrong url did you use https://test2.svane-el.dk/ ?
i did not push 5.6 to main url yet

Fred 01 Oct 2020, 18:38

fixed

Thomas Blauenfeldt 02 Oct 2020, 09:00

what was the issue / fix ?
so i know when i need to push to my main site

Fred 02 Oct 2020, 11:48

“display: flex” for parent element of the button

Thomas Blauenfeldt 02 Oct 2020, 11:56

i just pushed 5.6 to my main site, could you please fix it here thanks
login details is the same as before

Fred 02 Oct 2020, 12:32
#product .product-quantity {display:flex; margin-bottom:20px}
Thomas Blauenfeldt 02 Oct 2020, 12:43

this dosent work for the quick view button

Thomas Blauenfeldt 02 Oct 2020, 12:44

see image

Attachments:

quickview1.PNG (205.5 KiB)
quickview2.PNG (195.2 KiB)
Fred 02 Oct 2020, 15:28

try this

.product-actions .product-quantity {display:flex; margin-bottom:20px}
Thomas Blauenfeldt 03 Oct 2020, 11:05

dosen’t work

Fred 04 Oct 2020, 11:22

I definitely works https://take.ms/97VWP don’t forget about cache

Thomas Blauenfeldt 04 Oct 2020, 11:39

i did clear cache, did you test with google chrome ?

Fred 05 Oct 2020, 11:34

a screenshot from google chrome https://take.ms/3O7lN

Thomas Blauenfeldt 05 Oct 2020, 12:54

thanks it seam to be okay now maybe it was cache, tho now this 2 on front page is misaligned for some reason ?

Attachments:

missaling.PNG (201.3 KiB)
Fred 05 Oct 2020, 20:05

can’t you align your icons?
We can’t provide css code for custom content, that take too much time.
Try this:

.our_best_categories .categories-info-img {display:flex; flex-direction:column; align-items: center}
Thomas Blauenfeldt 06 Oct 2020, 08:19

yea i understand you dont have time for customization, i just caused this changed after update :s
how about the add to cart button ? it only shows half

Fred 06 Oct 2020, 09:54

try this fix

.product-miniature .product-actions .product-quantity {margin:0}