• Resolved 824096

    I am trying to customise the Thematic design and add my own custom header image.

    I have run into a few little problems and I was just wondering how I can get rid of the black 10px bar at the top of the page, the thin line under “attrill.net” and move the naviagation buttons down below the header image?

    The website is https://www.attrill.net.

    I have had a look and tried editing the css file with no luck.

    Appriciate any help or advice – thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Look for

    #wrapper {
        border-top:9px solid black;
    }

    in the stylesheet.

    Also, please try not to borrow graphics from ThemeShaper.com (in this case, the 3D graphic under the header and the menu graphic). They get worn out after a while.

    Moving the navigation buttons below the header is another thing entirely. I’d start by playing around with margins and line-heights and heights.

    The menu area is pretty style-able. You’ve got the following nest of elements: access > menu > ul > li > a. Lots to work with and move around there.

    Thread Starter 824096

    Thanks for your help and sorry to have used your graphics! I did not intend to keep it that way but will change it right away.

    Have found your website Themeshaper.com a great help and managed to learn alot about wordpress, CSS and theme modding by looking through your guides and CSS. Thank-you for a wonderful site and theme.

    Anyone able to advise how I can get rid of the line under the blog title? I’m sure its something very simple but can’t seem to figure it out.

    Thread Starter 824096

    Have found how to do it now, changed the value in

    border-bottom:1px solid #242A30;

    Thanks again for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Few header problems’ is closed to new replies.