Hi! 😀 I have “solved” it, do not understad how though.
We are developing a page through remote desktop and I went through the process of copying code and trying it on the computer directly, and it worked fine in Safari. Did not understand anything at all. Then I started looking through it and saw this:
.categoryName{
border-bottom: 3px solid #000;
font-weight: bold;
/*padding-left:10px;*/
/*padding-top:2px;*/
padding-bottom:2px;
margin-bottom:10px;*/
/*font-size:120%;*/
/*background-color:#000;*/
/*color:#fff;*/
}
My dear colleague doing the css had an extra */ after the margin-bottom row. Just asked her to take it away and now it also works through remote desktop. Do you understand why?
So glad it works!! 😀
beginner