Center Menu bar and Header Image in Reddle Theme
-
Hello,
My header image and menu are skewed left. I was wondering if there was a css code to re-center the header image and menu.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Your header image is already centred, so to centre you menu as well use this in your CSS:
#access ul { width: 99%; margin: 0 .5%; /* 0 and .5% - not 0.5% */ }
- The topic ‘Center Menu bar and Header Image in Reddle Theme’ is closed to new replies.