Big gap on product page (affiliate product)

Home Forums Jevelin Theme Big gap on product page (affiliate product)

Home Forums Jevelin Theme Big gap on product page (affiliate product)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • vesna
    Participant

    Hey!

     

    I am having problems with external products. The gap between description and Buy button is too big. How can I make them look exactly the same like the rest of the products?

     

    url: http://www.lyl.wff.mybluehost.me/product/ray-ban-unisex-eyeglasses-rb2132-new-wayfarer/

     

    I am also missing the red chart that you helped me set up: http://www.lyl.wff.mybluehost.me/product-category/eyeglasses/

    …and here its missing: http://www.lyl.wff.mybluehost.me/product-category/BRANDED-glasses/Ray-Ban/

     

    Thank you

    Solution for this topic

    Hi @vesna,

     

    I hope you are well today and thank you for your questions.

     

    I am having problems with external products. The gap between description and Buy button is too big. How can I make them look exactly the same like the rest of the products?

    It seems this is happening because of the woocommerce-tm-extra-product-options plugin you are using on your site so could you please try temporary disabling it?

     

     

    I am also missing the red chart that you helped me set up: http://www.lyl.wff.mybluehost.me/product-category/eyeglasses/

    …and here its missing: http://www.lyl.wff.mybluehost.me/product-category/BRANDED-glasses/Ray-Ban/

    You can display it on that page by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .woocommerce ul.products li.product .button:not(.add_to_cart_button):after {
        background: #f5614d;
        border-radius: 100%;
        color: #fff;
        margin-left: 20px;
        display: inline-block;
        vertical-align: middle;
        padding: 20px 12px;
        font-family: 'simple-line-icons';
        content: "\e04e";
        font-size: 16px;
        line-height: 0;
    }

     

    Best regards,
    Shufflehound team

    vesna
    Participant

    Thank you!

    You are most welcome here 🙂

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