• Resolved printables4kidz

    (@printables4kidz)


    Hello, I made a page where i show the products per category, so I embedded the relevant products after a heading. This is working but the buttons are overlapping. On the full product catalog page this is not the case.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @printables4kidz,

    To add more space between the buttons, try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .botiga-add-to-cart-button-layout3 .button.botiga-quick-view.botiga-quick-view-layout2 {
    top: calc(50% - 20px);
    }

    Ensure to clear cache (if any) once the code applied. Otherwise web browser might not load recent code addition on your site.

    Thread Starter printables4kidz

    (@printables4kidz)

    Thank you! worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.