• Hi there,

    So far i’ve spent all day trying to find a way to customise the header, i’ve searched over the forums and can’t find any thing similar.

    What i am trying to do is to remove everything above the header image so that the header (which is/will be a slider) is at the very top of the page. I then want to move the social buttons to the end of the menu, but that isn’t a priority.

    Any help / pointers would be very much welcomed

    Thanks in advance
    -Paul

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter daitotsu

    (@daitotsu)

    Changes made in “theme-options > design options > custom css”

    `.hgroup-wrap {
    padding-bottom: 0px;
    padding-top: 0px;
    }

    .hgroup-right {
    margin-top: 0px;
    }

    .social-profiles ul li a {
    display:block;
    width:0px;
    height:0px;

    These changes shrink the area above the header to what i think is a single line & hides the social icons that were there.

    What about getting rid of all the white space above the header, so it is flush against the top of the page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Attitude Theme – Customising the header area help please’ is closed to new replies.