Spun theme css header
-
Hi, it’s the first time i use wordpress, i have a free account for the moment and i have one question :
I put a picture on the header, but i don’t know how to move it if i want it on the right or on the left ?
How to do it with the css ?Thanks
The blog I need help with is: (visible only to logged in users)
-
The Spun theme is designed to display the header image on the left by default.
If you purchased the Custom Design upgrade, then you could add some custom CSS to change the appearance of a theme such as moving the header image to the right instead.
Here is an example you can try out before purchasing by putting it in your Appearance > Customize > CSS editor and looking at the live preview:
.main-navigation, .main-navigation li { float: left; } .header-wrapper { float: right; }
- The topic ‘Spun theme css header’ is closed to new replies.