Jump to content

logo over sotewsadds banner


Recommended Posts

Hey guys i need some help about sotewsadds banner and my brand picture. I would like it to be placed over my banner.
Here my global css :
#header {
padding:0px 0px 0;
position:relative;
z-index:99;
width:969px;
background-color: #000;
}

#sotewsadds.Top{
float: left;
z-index: 1;
height:172px;
background-position: center top;
position: relative;
}

h1#logo {
float: left;
width: 31%;
display: block;
}

If tou have any idea please help. Thanks lot

Link to comment
Share on other sites

Hi,


h1#logo {
   float: left;
   position: absolute;
   width: 31%;
   z-index: 1;
}

#sotewsadds.Top {
   background-position: center top;
   float: left;
   height: 172px;
   position: absolute;
   z-index: 0;
}

.sf-contener {
   border-top: 1px solid #000000;
   clear: both;
   margin: 172px auto auto;
   width: 963px;
}




That will do the trick.

And I suggest you to try the "pro" version of sotewsadds, AddBlocks, here:
http://demo.sotew.com (FrontOffice)
http://demo.sotew.com/back/ (BackOffice)

Link to comment
Share on other sites

Hi
add height:172px to below code on line 203

#header {
   background-color: #000000;
   height: 172px;
   padding: 0 0 0;
   position: relative;
   width: 969px;
   z-index: 99;
}



Note: Please add our bottom link because you are using our free theme.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...