• Resolved palomar83

    (@palomar83)


    Hello,

    On my shop pages I want to display only certain attributes. I use .products .pa_attribute {
    display: none;} instructions. It works but it leaves blank spaces due to a <br> tag right after the attribute-value. Is there a simple way to get rid of this automatic <br> tag?

    Thank you very much,

    Nicolas

Viewing 1 replies (of 1 total)
  • Thread Starter palomar83

    (@palomar83)

    Actually the following code works nicely:

    .products .custom-attributes br {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Blank spaces on shop page when “display:none” used’ is closed to new replies.