Home › Forums › Theme support › How to center the logo and menu bar? › Reply To: How to center the logo and menu bar?
Hi,
you can do that with some line of CSS code. Please add this to your style.css file:
.element-logo, .element-Menu {
display: block !important;
clear: both !important;
float: none !important;
text-align: center;
margin: 10px auto !important;
}
#header {
padding-top:1px;
}
PLEASE NOTE: customizations are not included for free support. If you give you some CSS code it is without warranty, especially for responsive design.