Hello,
I'm using the Architect template with Classic style header for the layout. Is there a way to remove the margin on the right side of the main menu navigation? I would like the right side of the main menu to align with the right side of the content. You can see the website at 
http://dev.josephpagacstudio.com/.
Thanks,
Jen
                
Comments
to remove the right padding for the last menu item, you need to use custom css:
#Top_bar .menu > li > a span:not(.description) {padding-right: 0;
}