The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
how to fix radius on header top corner
|
|
#2
|
|||
|
|||
|
Chuck this in your additional.css template:
Code:
.above_body {
border-radius:5px 5px 5px 5px !important;
}
|
|
#3
|
|||
|
|||
|
thanks it,s working fine
how to change the nav bar size if we edit in Style Variable > navbar_tab_size Height is changing but Width not changing :down: i need to change navbar like this image |
|
#4
|
|||
|
|||
|
Chuck this in your additional.css template (adjust 50px as desired)
Code:
.navbar {
margin: 10px 50px 0 !important;
}
|
|
#5
|
|||
|
|||
|
thanks it,s working fine
|
![]() |
|
|