Home Forums Basel support forum Centered Text & Prices on Alternate Shop Design

Centered Text & Prices on Alternate Shop Design

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7275

    lhughes
    Participant

    Hi I am using the alternative shop design, love the functionality but was just hoping to have all description, price and swap elements centred underneath image on category pages. I have used the below CSS to tidy it up, but is there a way align the prices and add to cart / read more element centered also under product description?

    .basel-hover-alt .product-title { text-align: center;}
    .basel-hover-alt .price {text-align: right; }

    #7283

    Artem Temos
    Keymaster

    Hello,

    Thank you for your question.

    Sure, you can use this code snippet to center this hover effect information

    .wrapp-swap {
       display:block;
       width:100%;
       text-align: center!important;
    }
    
    .basel-hover-alt .price {
        text-align: center!important;
    }

    Kind Regards
    XTemos Studio

    #7305

    lhughes
    Participant

    perfect thank you so much

    #7313

    Artem Temos
    Keymaster

    You are welcome!

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