Logo size won't increase

I've tried these two codes cleared cache and check on different computers, but the logo size stays the same.

The logo itself is 249x125, but it shows up tiiny on the site.

I tried this code first:
#Top_bar #logo { height: 125px; }, but it didn't work.

Then I tried this one.
#Top_bar .menu > li { padding: 10px 0; }
#Top_bar .menu > li a:after { display: none; }
#Top_bar #logo { height: 125px; width: 249px}

The site I am working on is http://bellafacciamedspa.us/

I've tried the above codes on other site and it worked fine, but for some reason, it isn't on this one.

Comments

Sign In or Register to comment.