Sketch theme navigation bar
-
HI there,
#1. I’d like to move the navigation bar down so it is in line with the bottom of my logo (even with Floral Boutique) without effecting the mobile version.
If I use this code below, it removes/moves the navigation button on a tablet/mobile device. All the other changes I made are fine carrying over to the mobile device.
.main-navigation {
position: absolute;
margin-top: 40px;
margin-left: 405px;
width: 100%;
/* This repositions the navigation */
}#2. Portfolio slideshow does not automatically switch to the next slide, only manual transitions by using the buttons. Is there a way to make the slides change automatically?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
-
Yeah, I noticed the behavior your described.
If you all you want to do is to lower the menu, then you can just add the top margin. So could you remove everything but margin-top from the CSS and see if it helps?
.main-navigation { margin-top: 40px; }
- The topic ‘Sketch theme navigation bar’ is closed to new replies.