Alright. I have had to change the logo size in Macabre a couple of times now. I feel like it should be posted up here how to do it.
(my instructions wont be perfect, so bear with me please)..
-In the Macabre folder on your computer go to "base.css".
-You can open this file with "WordPad" if you do not have Dreamweaver.
- Once open? Scroll to close to the bottom of the document. (for me the spot is about a centimeter up from the bottom, in the scrollbar marker?)
Find this...
.ow_header .ow_logo{
background-image: url(images/logo.png); /** OW_Control type:image, section:1. General Settings, key:logoImage, label:Logo image **/
background-repeat: no-repeat;
margin: 39px 0 0 10px;
}
.ow_header .ow_logo h2 a{
display: block;
width:197px;
height:47px;
}
See the width and height? Adjust those.
- Then copy the full code and travel into your admin panel within your oxwall.
- click on "Appearance" then to "Edit Theme", and finally click on the "CSS" tab.
- You will see the "read only" portion. Scroll down to the bottom of this page. There is an empty form box there. Post your updated "base.css" code into that empty box, and click "Save".
- There should be a green pop up that says it's been edited.
thenn........(almost finished!)
- scroll back up and click on the tab named "Theme Settings"
- scroll down a little and you should see the General Settings. (1st section).
- choose the logo you designed to replace the Macabre one, and then click on "Save" at the very bottom.
NOW.......If I got it right? This should fix this tiny logo issue so many can't figure out!!!!