I have the following problem: when I try to add more options to the menu it becomes distorted.
This is how I want it to look like:
Normal menu
But this is how it looks after I add some more options:
Distorted menu
Logo is small and it shouldn't take half of the menu bar.
Could anyone please help me to fix this issue?
Thank you
I saw your site, you need to disable/remove the max-width for .home #header #menu-header. see image for reference:
Hope this may help you.
Related
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
I have a responsive site that has an image next to a form. My problem is that when the screen shrinks the image covers the form. I would like it so that the form covers the image. I have tried changing the Z-Index but it doesn't seem to work. You can see examples of my problem here: http://inventivewebdesign.com/uctest/?page_id=45
Thanks in advance for your help!
I looked at it and just used CSS to make the specific div for this specific page to change the width when the screen shrinks, works fine now. Thanks for your ideas.
like this one on "highlight" app. theres a nice logo "highlight" on the center of navigation controller. can someone help? thanks
I found this tutorial very helpful in dealing with my custom NavBars. Hope it helps!
http://www.appcoda.com/customize-navigation-status-bar-ios-7/
Have a look at this
scroll down to "adding image to navigation bar tittle, you'll find all you need there.
I found this really cool menu code which is located at
http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/
but I want to add another level of menu when you hover over the menu sub items it opens another menu. I am a beginner in CSS and any help in showing me what I need to modify would be greatly appreciated.
Thanks in advance.
You should be try this tutorials & you can see demo at here.
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.