I am using the Magazine header with the banner area. I would like to use shortcodes in this area instead of html code to display an image. Is that possilbe?
Okay then. Thank you for your response. I do have another question now - how would I change the background color of just the navigation menu (not the background behind the logo & banner section?)
As we see, with your header style, it is possible to set this color for menu section only. This can not be full width. To set this background for menu section, please use below css:
I figured out something else that works & is full width. But now I have a new question. In mobile view, is it possible to keep the menu icon in the same place as it is when it's in tablet view? When it's next to the logo, it kind of gets lost.
So you mean to move responsive menu icon below the logo on mobile devices. You can move this icon with below css but it won't work properly because menu will open directly on the icon. And this can not be changed with css but needs changes in theme files.
@media only screen and (max-width: 767px) { #Header a.responsive-menu-toggle { top: 205px !important; } }
Comments
only html can be used in banner section. It is unfortunately impossible to use shortcodes in this section.
Thanks!
I'd like to make it look like this
http://unfloodit.1stteamsports.net/wp-content/uploads/2015/10/Screen-Shot-2015-10-02-at-2.35.35-PM-2.jpg
This is what the tablet version looks like > http://unfloodit.1stteamsports.net/wp-content/uploads/2015/10/tablet.png
Basically, I want the mobile phone version to look like that in the menu area (but smaller obviously)
So here's what the mobile looks like now > http://unfloodit.1stteamsports.net/wp-content/uploads/2015/10/phone.png
& here's what I would like it to look like > http://unfloodit.1stteamsports.net/wp-content/uploads/2015/10/phone2.jpg