We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Facelook black logo | Forum

Topic location: Forum home » Development » Themes
Bazzabingbong
Bazzabingbong Sep 20 '12
Hi,


Does anyone know how to make the logo area bigger on the facelook black template


Thanks

Edy
Edy Sep 20 '12
.ow_header .ow_logo{
    float: left;
    //margin: 35px 0 0 0px;
}

.ow_header .ow_logo h2{

}

.ow_header .ow_logo .ow_tagline
{

}

.ow_header .ow_logo{
    float: left;
    margin: 5px 0px 0px 0px;
    background-image:url('images/logo.png');/** OW_Control type:image, section:1. General Settings, key:logoImage, label:Logo image **/
    background-repeat: no-repeat;
    width: 289px;
    height: 100px;
}

JB TECH
JB TECH Sep 21 '12
Also, how can I make the title boxes things appear again??