Home › Forums › WordPress Themes – Premium › Circumference › Little problem with Woocommerce
- This topic has 11 replies, 37 voices, and was last updated 7 years, 4 months ago by
Bidur.
-
AuthorPosts
-
January 15, 2016 at 8:20 am #16943
Prisca
ParticipantHello
A client had noticed that on the checkout page the “Proceed to checkout button shows only “Proceed … ” to checkout is white outside the button. (see attached) – cornerssurf.com
Also the related products below the product description page has a wide white space between images – images are like thumbnails (see attached also)
Thank you so much for your help 🙂
PROCEED-TO-CHECOUT-CUT-OFF.jpg
related-products.jpgAttachments:
You must be logged in to view attached files.January 15, 2016 at 11:23 am #22286Binaya D
ParticipantHi Prisca,
We visit your site and it works fine here, so could you please check once. We have attached the screenshots also.
Thanks
rsz_cart___corners_surf.png
rsz_electric_knoxville_alpine_blue_sunglasses___corners_surf.pngAttachments:
You must be logged in to view attached files.January 15, 2016 at 11:51 am #22288Prisca
ParticipantPlease check with mobile size and see the buttons Proceed to checkout.
Thanks.
January 17, 2016 at 11:02 am #22292Prisca
ParticipantPlease could you reply with a fix for the mobile view of the buttons “proceed to checkout” that are cut off? See my previous screenshots. Yours show the site in wide view – not on mobile.
Thanks
January 18, 2016 at 9:51 am #21745Bidur
ModeratorHi There,
sorry for late replyThe issue you are facing is due to that class ( .woocommerce .cart-collaterals ) is getting width of 24%. so make it full browser width for mobile device using media query.
for eample
@media screen and (max-width: 620px) {
.woocommerce .cart-collaterals {
width: 100%;
}
}January 18, 2016 at 12:53 pm #21673Prisca
ParticipantThank you. I will try that 🙂
January 19, 2016 at 2:13 am #22295Prisca
ParticipantHello
Sorry but it does not seem to work. Please see attached on mobile size: cornersurf.com
Thank you 🙂
not-working.jpgAttachments:
You must be logged in to view attached files.January 19, 2016 at 6:19 am #22297Bidur
ModeratorHI There,
Your custom css is being overridden. Please use either important or override by taking parent class. and remember my previous reply use media query, otherwise it’ll affect design in desktop view
Thanks
January 19, 2016 at 7:15 am #22298Prisca
ParticipantHello Madan
Sorry but I don’t understand what you mean.
If you look at my CSS in the child theme I add this – exactly what you said:
@media screen and (max-width: 620px) {
.woocommerce .cart-collaterals {
width: 100%;
}
}is there something else I should add in other CSS? Please be clear – I can be dense sometime ha ..
Thanks 🙂
January 19, 2016 at 8:52 am #22300Bidur
Moderatorhello,
I looked your child theme css and it lacks the code i sent you in previous reply. please be sure you did it correctly..also don’t miss to use @media Query to target to small device
i’have attached some screenshot for reference
1.jpg
2.jpgAttachments:
You must be logged in to view attached files.January 19, 2016 at 9:10 am #22301Prisca
ParticipantOh boy … I don’t know what happened – SO SO sorry! I probably uploaded it on another site.
Now it is working on cornerssurf.com.
So sorry about that!
Thank you so very much and please forgive me for my stupidity 🙂
January 19, 2016 at 10:10 am #16944Bidur
ModeratorGlad i helped You 🙂
Thanks -
AuthorPosts
- You must be logged in to reply to this topic.