Ahh... you said "navbar", so I thought you meant the header navigation. If the breadcrumbs are what you wanted to align with, then yes, moving them down is sensible.
well my breadcrumbs are in my navbar I think...? Problem changed a bit now though since I receieved a new header image...I actually need the sideboxes to overlap in the header... I think this would be too much work though....
Unless you have relocated the breadcrumb code from tpl_main_page.php to tpl_header.php, they are in #contentMainWrapper (page body area), not the header. At any rate, I tested the CSS above and it worked (on my local test site) to move the sidebar up, even overlapping the header if specified to do so:Code:#navColumnTwoWrapper { position: relative; top: -25px; }