Home Forums Basel support forum Quick View Styling Issue

Quick View Styling Issue

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

    anywherecommerce
    Participant

    Just noticed a slight styling issue. On quick view there is no line break after the ‘View Details’ Button before “share: ‘icons'”. Check the attached screenshot.

    Quick View Styling Issue

    Kind regards,

    Philipp G.

    #2490

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS section in Theme Settings to fix the issue

    .product-quick-view .product_meta {
    	display:block!important;
      	margin-bottom:0!important;
    }
    
    .product-quick-view .product_meta>span {
    	display:none!important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)