space between header and top menu in Tempera

  • Author
    Posts
  • #28301
    Joe

    Hi. I love the theme Tempera! I would like to get rid of the space between the header and the top menu. The background shows through and it makes it look like the header is disconnected from everything else. I tried reducing the height of the header, but that just cut into the image without eliminating the space. I don’t really know how to code, but any suggestions would be appreciated. Thanks.

    #28534
    Troy

    I did something like this in the custom css. I found this issue in another post.
    #access { margin-top: 0px; }

    #28594
    Steve

    Any ideas how to do the same for the space between the menu and the slider?

    #29041
    Max

    I was also looking I want the same also between slider and menu but I can not find de margin code css so please any ideas are very welcome.

    And I wonder if its possible to show the slider on all pages ?

    Sorry about my bad English I’m just a beginner on WordPress and the website is just my first setup and not ready.

    #29189
    Max

    I was also looking and vind the solution when you go to the Miscellaneous Settings and setup the colorschemes to Mid Nightmare the open space wil be gone! for me it just works fine afther setting up I change it back to my orginal colors manual color settings !

    #29206
    Jill

    I did it by typing this in the Custom CSS
    The 1px leaves just a fine line, you can type 0px for no space at all.

    /* Tempera Custom CSS */
    #access {
    display: block;
    float: left;
    margin: 1px auto 0;
    width:100%;
    }

    #main {
    clear: both;
    padding: 0px;
    margin-top: 1px;
    }

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘space between header and top menu in Tempera’ is closed to new replies.