Quote:
Originally Posted by didi2a
hi,
go to additional.css
and modify code next
Code:
#user_navigation {
background: transparent url(images/xen-4-0-vb/usernav.png) repeat-x top left;
font-size: 1.2em;
border: 3px solid #F9EBD5;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-bottom-left-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
position: absolute;
top: 35px;
right: 23px;
padding: 6px;
display: inline;
float: right;
z-index: 99;
min-width: 410px; -> replace 460
max-width: 450px; -> replace 500
height: 60px;
this solution works I've had the time to find it. I had the same problem
bye 
|
good work!
question 2... for change the background color ? sky color, in another color?