Center Navigation in Wordpress Theme 'adamos' - wordpress

I can't seem to figure out what I'm doing wrong to center my navigation on desktop view.
I've used an existing wordpress theme called 'adamos', but then I noticed that the top menu wasn't exactly in the center, so now I'm having trouble fixing it.
If anyone could tell me what I'm overlooking or doing wrong, that would be great! :)
You can check the website here!
Thanks!

Use an inline-block on the navigation instead of the float:left.

Related

Mobile frontend has a bug: container is not fixed

I suck at mobile frontend / responsiveness. Could someone tell me why the overall container of my webapp is not fixed but slides around when you move it?
I hope you get my question but you can basically move the whole page front left to right.
here ist the page: www.frankfurtstartupjobs.com
I am sure it is something simple, as of again I suck at mobile / css.
Thanks a lot in advance!
If you are talking about page is moving around when we drag it then here is solution
look for class container_header in your html page and add container class to it
this will fix your issue

Move Top navigation menu and logo to the left

I want to move my top navigation menu and logo to the left on my wordpress website.
I have tried several things, but I seriously lack CSS capabilities.
Can anybody please give a rookie like me a piece of advice?
Kind regards

Want to create a menu in wordpress exactly likes http://www.bienvillecapital.com/

I want to create a vertical menu exactly like http://www.bienvillecapital.com/. I have tried few themes having vertical menu and also tried SuperFly menu plugin to get the result. Can anyone help me to get this?
Thank you.
Navigation bars are nothing more than HTML and CSS code aligned properly. I'm not really sure how well you know CSS and HTML, but this can be done with those, and understanding the concept is very direct. Please refer to this page for example: http://www.w3schools.com/css/css_navbar.asp

center site content on all devices

This is the site I am referring to: http://heattreatforum.flyten.net/
It was built as a child-site to the twenty-twelve theme.
I can't seem to get the content to center on every screen, and I am seeing a strange wide margin on the right that I just can't seem to locate in my css.
Any help would be much appreciated - thanks for looking!
The problem is that your div having id my-name has min-width: 1510px;. Delete it and all your problems will disappear.

How to get rid of blank space under SimpleViewer Gallery?

I am working on a website and have embedded a Simpleviewer gallery into one of my pages. There is a blank white area under the gallery that I can't make go away. My ultimate goal is to have no need to scroll vertically on the page.
Here is a link to the page: http://www.tuckermatthewsphoto.com/a...tomotive1.html
Any help is greatly appreciated. This is driving me absolutely nuts.
Thanks
Well, I figured it out for myself.
Since I knew that there was nothing on the bottom of the page that I needed, I decided on trying to hide the scrollbar, so I added into the css file:
body { overflow:hidden; }
No more scrolling! This seems like it would be a pretty useful trick, so far it works in Safari and Firefox.

Resources