Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Style problem (http://www.bvlist.com/showthread.php?t=6259)

elvira 1st April 2011 23:18

Style problem
 
Hi can somebody help me with this theme. How can I add on the center, look the picture

http://www.shrani.si/f/13/FV/dKcBv62/neimenovana.png

vendetta 2nd April 2011 18:52

Quote:

Originally Posted by elvira (Post 27424)
Hi can somebody help me with this theme. How can I add on the center, look the picture


Hy!

In CSS,

Before:
PHP Code:

#header {
    
width922px;
    
height184px;
    
floatleft;
    
color#333;
    
background#004E98;


After:
PHP Code:

#header {
    
width922px;
    
height184px;
    
floatleft;
    
color#333;
    
background#004E98;
    
position:center center;


This is one tipp!


All times are GMT +2. The time now is 07:24.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.