Home Forums Basel support forum Product images – allignment

Product images – allignment

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #108925

    sevi342
    Participant

    Hello,

    I have a problem with the alignment of product images.

    The thing is the in the original image the product is in the middle. In the product listing the product is alligned to the right.

    Kindly asking for your help.

    Jan

    Attachments:
    You must be logged in to view attached files.
    #108938

    Artem Temos
    Keymaster

    Hello,

    We don’t see any problems and images are centered now https://gyazo.com/e05e3f8b04ad7a1926e423d4918684d1

    #108942

    sevi342
    Participant

    Hello,

    thank you for your quick reply.

    You’re right, this is an optical issue. Could you please tell me how can I align the product names and product prices to the center?

    Jan

    #108989

    Hello,

    Add this code to the Theme Settings > Custom CSS > Global

    body .basel-hover-alt .product-title {
        text-align: center;
    }
    body .basel-hover-alt .wrap-price{
    text-align:center;
    }
    body .basel-hover-alt.purchasable .wrapp-swap{
    	margin: 0 auto;
    }

    Best Regards

    #109247

    sevi342
    Participant

    Thank you very much for your help.

    Jan

    #109272

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)