Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

Reply To: How to place the menu at the top?

$
0
0

Hi, you can try to change these below:

find this line 186:

.header_container_fixed {
    background: none repeat scroll 0 0 #2a2a26;
    display: table;
    float: left;
    height: 100%;
    position: fixed;
    width: 220px;
    z-index: 1;
}

replace by this:

.header_container_fixed, .header_container_flat {
    display: table;
    float: none;
    height: auto;
    position: relative;
    width: 100%;
}

Viewing all articles
Browse latest Browse all 8865

Trending Articles