Ning Developer Docs

Hi,

I am wanting to position the background image in my header to certain locations. I've resized the image, hoping it will fill the entire background but it hasn't moved. I tried manipulating the CSS code to no avail.
How or where do I go to change the CSS code to reposition the image?

Views: 2

Replies to This Discussion

Hi,

What is the network you are trying to change the header background image?

You should be able to do that with a custom css only (Manage>Appearance>Advanced), the header background image is the background image of the #xg element, to change the position of it you can use the css background position property, for example, to position your header background 10px left and 20px top, add this:

#xg {
 background-position: 10px 20px;
}
Hello,


I'm having some trouble with my header image. I tried the solution mentioned on this page:

http://networkcreators.ning.com/forum/topic/show?id=492224%3ATopic%...

I am using a transparent gif image as the logo image and my logo as the header.


But, I am having the same trouble, the header background appears on the main page, but not on member pages.

My Url is

hapnack.ning.com


Any suggestions?

Thanks,
Michael

RSS

© 2026   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service