• Resolved fetchblog

    (@fetchblog)


    Hey guys the link is https://settlealaska.com

    I was wondering if I could get some help removing the space underneath the logo and above the navigation bar.

    I was also wondering how I would go about editing the navigation bar below the logo. I really want to change the style of how it looks and the colors that are being used.

Viewing 6 replies - 1 through 6 (of 6 total)
  • You have an empty <div id="header"> out there that takes a lot of space. You can just set

    #header {
        display: none;
    }

    to hide it.

    Thread Starter fetchblog

    (@fetchblog)

    Thank you much sir! I really appreciate it…so what does the

    #header {
        display: block;
    }

    mean?

    what does the

    #header {
        display: block;
    }

    This means that the #header should be displayed as block element, which is meaningless because it’s already a block element anyway.

    Thread Starter fetchblog

    (@fetchblog)

    Thanks again, so where do I look to edit the Main Nav Bar?

    Hi, I’ve tried this as well but when I do display:none, it gets rid of my entire header image ._.
    I’ve had this problem with other block elements.

    @thirdpotato – are you saying that you still have this problem? This thread is marked resolved, so you won’t likely get help here. Please start your own thread if you need help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Template: Easel] Getting Rid of Space below Logo/Navigation Bar Help’ is closed to new replies.