PDA

View Full Version : Fix background banner


sonic83
04-18-2014, 07:43 PM
Sorry for my English.

In "doc_width" I can put the link width in pixels or percentage. But the bottom line is always flexible. I have vb 4.2.2

I want the background to be fixed in order to put a banner on both sides. But a banner smarthphoneel gets inside the forum (because it is narrower).

As I can do?

thanks

PC:

http://www.vbulletin.com/forum/filedata/fetch?filedataid=63529&type=full

Smartphone:

https://vborg.vbsupport.ru/external/2014/04/30.jpg

Thank you

tbworld
04-18-2014, 08:04 PM
Not sure what you are looking for, but maybe this will help


body {
margin: 0 100px; /* This will modify the area for your panels */
}


Adjust the "100px" to your desired width.

sonic83
04-20-2014, 05:12 PM
Thank you. Where should I insert code see? Sorry

tbworld
04-21-2014, 04:37 PM
Thank you. Where should I insert code see? Sorry

Change the value to your desired width and add the code to the bottom of the template "additional.css" in the ACP(Admin Control Panel - admincp) --> Template Manager.

You might want to read an article on using a development panel in your browser to observe your CSS. Your time spent learning this tool will be well worth it. :)

sonic83
04-21-2014, 06:28 PM
Thank you very much :):)