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.
Related
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.
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
How can I create a scroll navigation, like on the chanel website? http://www.chanel.com/en_CA/
When you scroll another page will scroll up. Whats the name of that and how is it
done?
I believe the technique they used is called Parallax Scrolling.
Here is a quick tutorial on how to create it:
https://ihatetomatoes.net/how-to-create-a-parallax-scrolling-website/
Try fullpage.js + stellar.js in combo to achieve this.
Stellar (http://markdalgleish.com/projects/stellar.js/)
FullPage(https://github.com/alvarotrigo/fullPage.js/)
Pages are very well documented and easy to start
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.
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.