• Resolved breecrowder

    (@breecrowder)


    I’m not currently using this theme (I’m testing it before going live), and have a few issues with the header space:

    1. The header suggests a size of 1600 x 420px. My header is that size, but when I uncheck the “Display Site Title and Tagline” option, the header gets considerably shorter. Why? How do I fix this?

    2. I want to remove the black bar underneath the header. Is there CSS that’ll do this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi!
    About the second question you have. Yes. I changed mine to be thinner and did this with CSS. If you change yours to be 0px it disappears.

    .site-branding {
    border-style: 0px;
    }

    /Cecilia

    Thread Starter breecrowder

    (@breecrowder)

    @ceciliasvensson That CSS doesn’t seem to be working for me. Any ideas why?

    I’m sorry I don’t know why it’s not working. Unless it’s perhaps the cache “trap” I’ve stepped into a couple of times myself. I make a change and don’t see any difference, due to the browser is showing a cached version, i.e. the old looks.
    Do you have the theme live somewhere?

    Thread Starter breecrowder

    (@breecrowder)

    I now have the site live here: https://www.breecrowder.com

    First of all, beautiful site. Well done you!

    And secondly, mea culpa my mistake.

    Scratch the above and do this instead:
    Change the 20px to zero for .site-branding.

    Your current setting:
    .site-branding {
    border-bottom:20px solid #343434;
    }
    Change to:
    .site-branding {
    border-bottom:0px solid #343434;
    }

    I tried it out with just 1px, just to see what that looked like. Not too bad really, try it out ??

    Have a great morning/lunch/evening.

    /Cecilia

    Thread Starter breecrowder

    (@breecrowder)

    That worked, Cecelia! Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Header Issues’ is closed to new replies.