Home Forums Basel support forum Product page problem

Product page problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1616

    Shiken
    Participant

    Hi XTEMOS

    How can I make the button position like the the demo.
    Please refer the below screen.
    http://lovintage.jp/screen.jpg
    Thank you very much.

    #1628

    Artem Temos
    Keymaster

    Hi,

    You compare two different product types: variable and simple so they have a different design. Try to add the following code snippet to the Custom CSS section in the Theme Settings

    .single-product-content .entry-summary div.yith-wcwl-add-to-wishlist {
        display: block;
        padding-top: 20px;
        margin-top: 10px;
        margin-bottom: 15px;
        border-top: 1px solid rgba(119, 119, 119, 0.17);
    }
    .single-product-content .entry-summary .product_meta {
        border-top: none;
        padding-top: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)