문제

I'm trying to change the top image for a social engine site. I can do it in Chrome when I inspect element but when I try to change it in the custom css section of the control panel it doesn't make the change. I'm trying to change min height from 40 to 70px.

Here's the code and a link to the page:

http://phillyspecials.socialengine.com/

 #header #logo img {
      display: block;
      max-width: 300px;
      min-height: 70px;
 }
도움이 되었습니까?

해결책 2

I ended up sticking the CSS in the header HTML file under templates, this did the job

다른 팁

The code you posted shows max-height, change max to min and you should be good.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top