Logo and Nav bar aligning problem
-
Hi I have tried aligning my logo and right navigation bar to the center but nothing worked. I am not sure why (I read other’s people thread and it seemed to be an easy fix problem) and I would really appreciate help. Thanks!
My website is peekmybook.com and I am using Mystile theme.
Currently I have these code written in Mystile > Theme Options > General > Custom CSS:
.post img, .type-page img {
border: none !important;
}#header {
padding: 10px;
margin-top: 10px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto;
}#navigation {
margin-bottom: 0;
}#header #logo {
margin-bottom: 0;
}.site-title {
max-width: 1000px;
margin: 0 auto;
}.sf-menu {
max-width: 1000px;
margin: 0 auto;
}
- The topic ‘Logo and Nav bar aligning problem’ is closed to new replies.