• Resolved jfk4100

    (@jfk4100)


    I want to eliminate all spacing between the header image and the navigation bar. Right now there’s a couple pixel space between the two. I’ve tried modifying a lot of stuff in style.css with no luck.

    Thanks in advance.

Viewing 1 replies (of 1 total)
  • Thread Starter jfk4100

    (@jfk4100)

    Never mind. I figured it out. Editing the box shadow settings in style.css gave me the results I was looking for:

    .themonic-nav {
    	box-shadow: 0px -2px 0px 0px #0d1346;
    	text-align: center;
    	float:bottom;
    	width:100%;

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Eliminate all space between header image and nav bar’ is closed to new replies.