Recent Topics

1 Aug 31, 2007 20:01    

My b2evolution Version: 1.10.x

Hi folks,

Question: I've been happily plugging away at customizing the site I'm working on, adding this and that, and thought i'd give it a look on my co-worker's computer with a huge monitor - and wow, what a difference. My banners were all sucked over flush right, leaving gaping white space. so, my question is, how can I fix the width of the area covered by the banner so that it won't scale on bigger monitors?

Hope this description was concise enough!

6 Sep 01, 2007 19:08

I think the problem is just that the banner image isn't wide enough. that skin is designed to show/hide the banner image based on how wide the browser window is. Just make the banner image wider... say... 2000 pixels wide, and you should be safe even for the crazies like me with super-wide resolutions.

jj.

7 Sep 01, 2007 20:10

For a reasonable effect you can look for this line in ../blogs/skin/YOURSKIN/stylesheet.css:

#header {
	background: #eee url('img/banner_mountains.jpg') no-repeat right top;
}

and change 'right' to 'left'. But I agree with jibberjab that redoing the picture and making it wider is a better option.

Good luck

8 Sep 04, 2007 18:09

Thanks folks, I'll try it!


Form is loading...