1/ When I decrease the size of window (either computer or mobile device), the header logo goes on the right. I'd like it to stick on center. Can you help ?
2/ I centered the main menu under the logo but I 'd like to add some space between the menu and the line under. Try to add some bottom padding or margin in the quick css but it does not work...
Here is site : http://www.mallorykwiat.com
Here is the quick css I did :
div .logo {
left: 43%;
position: relative;
}
.main_menu {
position:relative;
right:27%;
top: 110px;
}














