Jake Bunce Well-known member Nov 4, 2012 #2 Code: #logo img { width: 400px; height: 100px; } Upvote 0 Downvote
melbo Well-known member Nov 4, 2012 #4 Ok, so in which css template would I insert this? I've tried a few things but it doesn't seem to be working. Upvote 0 Downvote
Ok, so in which css template would I insert this? I've tried a few things but it doesn't seem to be working.
Russ Well-known member Nov 4, 2012 #5 melbo said: Ok, so in which css template would I insert this? I've tried a few things but it doesn't seem to be working. Click to expand... extra.css Upvote 0 Downvote
melbo said: Ok, so in which css template would I insert this? I've tried a few things but it doesn't seem to be working. Click to expand... extra.css
melbo Well-known member Nov 4, 2012 #6 Thanks. Maybe a cache held it up when I put it there earlier? I'll try again. Upvote 0 Downvote
D Deleted member 10469 Guest Nov 4, 2012 #7 Hello, if no work use: Code: #logo img { width: 400px !important; height: 100px !important; } For clean navigator cache, windows => CTRL+F5 Upvote 0 Downvote
Hello, if no work use: Code: #logo img { width: 400px !important; height: 100px !important; } For clean navigator cache, windows => CTRL+F5