Viewing 1 replies (of 1 total)
  • Thread Starter DeMontGuitars

    (@demontguitars)

    heres my css:

    #top .wc-nav li.search input {display:none;}
    width: 100%;
    padding-left: 0;
    }

    #topright {
    float: right;
    width: 50%;
    text-align: right;
    }

    #header {
    margin: 0;
    padding: 0;
    }
    #header hgroup, #header #logo {
    float: none;
    }
    #logo img {
    margin: 0 auto;
    display: block;
    }
    @media only screen and (min-width: 768px) {
    #header #navigation {
    float: left;
    width: 100%;
    position: relative;
    }
    #header #navigation ul.nav {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
    }
    #navigation ul.nav li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
    }
    #navigation ul.nav li li {
    right: auto;
    text-align: left;
    }
    }
    #navigation {
    margin-bottom: 0;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘centering issue of content’ is closed to new replies.