Hi,
I’m quite happy with Enfold but one thing I would would like to change. The top navigation is aligned right which shows quite some white space between my logo (which is a photo) and the menu. Somehow that looks odd to me. I would like to move the top navigation menu more to the left. I’ve tried some css- changes but that messes up the responsivenss in terms of how it looks. Any help is appreciated. website: http://www.daanbudgen.com
Kind regards,
Daan
Hi,
You can adjust the menu with this on your custom.css or Quick CSS
.main_menu {
right: 300px;
}
Adjust the right position value.
Regards,
Ismael
Hi,
When I use your css the menu goes over the photo when I make the screen smaller, this is my point (see above). Also I would like the searchbox to stay right.
Regards,
Daan
Hi Daan,
You can add the css to your custom.css file in the Desktop only media query: http://www.daanbudgen.com/wp-content/themes/enfold/css/custom.css
That will then make it only effect your desktop viewers.
The search however is tied to the menu so when you move one you move both. Otherwise it starts to get a bit more involved in the changes you’ll need to do to keep everything still working cross browser and responsive.
Regards,
Devin