Log in

View Full Version : how to fix radius


venuskarthick
04-05-2011, 10:19 AM
how to fix radius on header top corner

to_die4
04-05-2011, 01:54 PM
Chuck this in your additional.css template:

.above_body {
border-radius:5px 5px 5px 5px !important;
}

venuskarthick
04-06-2011, 10:46 AM
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

to_die4
04-07-2011, 07:17 AM
Chuck this in your additional.css template (adjust 50px as desired)

.navbar {
margin: 10px 50px 0 !important;
}

venuskarthick
04-07-2011, 12:08 PM
thanks it,s working fine