Can I add an area for text or an image above the menu?
-
Hello,
I need to be able to make the logo image larger and also add text and a phone number in large font above the main menu like a banner. I cannot seem to find a way to do that.
So far my only idea has been to resize the “logo” area to match the length of the menu (1600px) and just upload a long image. So I resized the max-width from 280px to 1600px. well it made My logo larger but the image still gets cut off at 280px.
‘.site-header .home-link img {
max-height: 72px;
max-width: 280px;}’The site is being hosted at icedcorey.com
I really just need to enlarge the logo and add large text to the right of it hopefully without damaging any of the responsive code. Any thoughts?
Thank you for any feedback!
- The topic ‘Can I add an area for text or an image above the menu?’ is closed to new replies.