Jump to content

Download: Fenix Cyan IPB Skin


Heosforo

Recommended Posts

Posted

Hello, first of all thanks for making the cyan color skin based of your previous skin. :smile:

I wonder how to center my header logo? I have a bit big header, so when I tried to center it, search bar and admin CP are messed.

Can guide me how to fix it? My forum link.

Thank you.

Posted

Let's see if this works

- go to: Look & Feel > Manage Skin Sets & Templates > Fenix Cyan
- open ipb_styles.css
- find this:


#branding {

/*background: #0f3854 url({style_images_url}/branding_bg.png) repeat-x;*/

/*border-bottom: 1px solid #1b3759;*/

min-height: 100px;

}

replace with this:


#branding {

background: transparent url({style_images_url}/header.png) no-repeat 140px 2px;

min-height: 300px;

}

Below that you will see this:


#logo { display: inline; }

replace with this:


#logo { display: none; }



You can use this image if you want, just rename it to header.png

let me know if doesn't work to see another way.

Posted

The same steps, but in this case you'll need to open fenix_cyan.css
and find this:


.fenix-wrapper {width: 980px; margin: auto;}

there you can change the width ------------------------------------------------ I recommend you if you're going to put more width better change this: (in ipb_styles.css)


#branding {

background: transparent url({style_images_url}/header.png) no-repeat 140px 2px;

min-height: 300px;

}

to this:


#branding {

background: transparent url({style_images_url}/header.png) no-repeat 50% 2px;

min-height: 300px;

}



in that way the image will stand more to the center

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...