vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Menu space
[F] Menu space - Posted By Alex Bailey (system) on 2nd Mar 08 at 1:01pm
Well could i have my menu lowered by 2px and spaced out between an image of 730px
Re: Menu space - Posted By Michael (wrighty) on 2nd Mar 08 at 1:39pm
Try this....
<style>
.menu {
padding-top: 2px;
}
.menu img {
padding-left: 5px;
padding-right: 5px;
}
</style>
SHOULD give 10px padding between buttons, and your 2px at top.
Re: Menu space - Posted By Alex Bailey (system) on 2nd Mar 08 at 1:49pm
Thanks i editted the 2px to 4px to make it better thanks