[Pro] Submenu vertical alignment

With your current padding, margins and heights on items 8 and 10 the following should do what you need.

Add via Page > html Markup in the before (end head) section

<style type="text/css>>
#fwNav1 * .sub { margin-top: 14px; }
</style>

Of course you have this in there already

<style type="text/css">
.fwNav1-toggle-label, .fwNav1-toggle-close {
    width: 134px;
    height: 21.333 pxpx;
    }
</style>

so just change that to (taking out the extra px and round the height to 22px - you cant get .333 of a px)

<style type="text/css">
.fwNav1-toggle-label, .fwNav1-toggle-close {
    width: 134px;
    height: 22px;
    }
#fwNav1 * .sub { margin-top: 14px; }
</style>

D


freewaytalk mailing list
email@hidden
Update your subscriptions at: