Site logo

Archived topic

Login and register in mobile and tablet version

15 replies · Started by Jose on February 9, 2021

Viewing posts 1–15 of 16

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?

Screenshot
https://corteastur.es/

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.

I can add a product on that page, but there is no cart or checkout link being generated ?

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.

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!

This archived topic is closed to new replies.