Header image pushing down menu bar and logo
-
Hi ,
Ive been trying to change certain aspects of my theme with code in order to refine the look and navigation however it has been giving me a hard time. So the current theme I am using is Healthy Living and wanted to add the navigation bar on the side. However when you add a navigation bar it pushes the header image to the side. I would like the side bar underneath the logo, header image and menu bar. I had done some research and found some code that put the header image back to the top but it pushed the menu and logo below.Thank for you help.
Here is the code I’ve used for the header image
.x-navbar-wrap .x-container.max.width {
max-width: 1200px;
width: 88%;
}
.page-id-369 .x-navbar-wrap .x-container.max.width {
max-width: 1200px;
width: 88%;
}
The blog I need help with is: (visible only to logged in users)
-
Hi, this part:
.page-id-369 .x-navbar-wrap .x-container.max.width { max-width: 1200px; width: 88%; }specifies that the change is only on one page that happens to have that ID. I can’t speak for this fix, but you might try this to see if it does the trick. I’m just removing the page specifier:
.x-navbar-wrap .x-container.max.width { max-width: 1200px; width: 88%; } -
Hi Supernovia,
Thanks for the reply.
I tried your fix unfortunately that did not do the trick. I actually only need the fix for the homepage. The rest of the site is more of less what I would like it to be. It seems that by default, at least on this theme, the side bar takes precedence over the header and menu bar which moves everything to the left. Kind of a design glitch if you ask me.
Would you know of any free plugins that could restructure the front page so that I can have the standard:
logo
menu
header
body – sidebarin that specific order and bypass the theme’s default
Thanks for your help
-
No, not specifically. Perhaps a different theme will fit your needs better? https://wordpress.com/themes
- The topic ‘Header image pushing down menu bar and logo’ is closed to new replies.