header
-
hi i want to add my logo header before the main menu but not too high tnks
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following would be a starting place, but without knowing the size of your logo, I can’t give specifics. I’ve just arbitrarily provided a area for your logo of about 75px in height. You can adjust the top padding value more or less to fit your image. Upload the image to your media library, get the URL of that image and replace URL_OF_IMAGE between the quote marks with the URL of your new image and paste the following into your custom CSS.
#main-nav { background: url("URL_OF_IMAGE") no-repeat scroll top left rgba(0, 0, 0, 0); padding-top: 100px; }
- The topic ‘header’ is closed to new replies.