PDA

View Full Version : I like the style I see here


Heinrich
06-30-2015, 09:06 AM
I have a wide screen monitor and on that my vB 3.8.5 forum is spread till the very ends. Here, in this forum, I see nice multicoloured blue flaps aside. I like the same performans, how do I get those.

Thank you in advance for the reply.

Forgive me my bad English (if so, orginally I speak German).

PinkMilk
07-05-2015, 09:06 AM
Admincp > Styles & Templates > Style Manager

Change Main Table Width under Sizes and Dimensions to 950

Then in Additional CSS Definitions lower down you need to add you background image css something like:

html{
background:#ff0055 url(path/to/background/image.jpg) repeat-y top center;
margin:0;
padding:0
}

This however will make you design a "fixed" design rather than what you currently have which is "fluid" which is better for todays needs with all the different devices your website maybe viewed on.