Archived topic
Login and register in mobile and tablet version
15 replies · Started by Jose on February 9, 2021
I would like the option to login and register to be better differentiated on the account page. The fact is that in the mobile version and in the tablet version they are very close, could the distance be increased or perhaps put a fine line between both options?
Hi there,
try this CSS:
@media(max-width: 768px) {
.page-id-13803 .woocommerce .u-column1 {
padding-bottom: 30px;
margin-bottom: 40px;
border-bottom: 1px solid #ccc;
}
}
Thanks, and the same for the difference between your billing details and your checkout order information?
Regards,
How can we view that? I'm not able to find a product we can add to your cart so we can check.
Sorry man, I give you a link of a product with price.
https://corteastur.es/tienda/categoria-a/solomillo/
Regards,
I can add a product on that page, but there is no cart or checkout link being generated ?
I can add a product and a cart is shown, i attached you a photo where i show you it.
The cart is not displaying for me - does it work when you're logged out of the site ?
Yes, when you add a product to the basket the cart it is shown, but when it is empty it isn't work.
Hi Jose,
I don't see the cart either. Could you check again? Thanks!
https://www.screencast.com/t/PTelaDJb
It is weird, because I have test in diffent devices and modes ant I can see it. Maybe i can give you the user and password to the wp and it is shown to you.
Tell me.
You can share a log in and password in the Private Information field.
Here you have!
Hi Jose,
I wasn't able to login, but this time I can see the cart.
You could give this CSS a try:
@media (max-width: 768px) {
div#customer_details {
padding-bottom: 30px;
margin-bottom: 40px;
border-bottom: 1px solid #ccc;
}
}
Hi,
It works, thank you!