Top menu – left not right?

  • Unknown's avatar

    Hello!

    A long time ago someone helped med get rid of the left side menu, so that the only menu was the top one…

    BUT… I need to place it to the left (not the right), can someone help me?

    My CSS is this:

    .site-info {
    display: none;
    }

    #page {
    margin-left: auto;
    margin-right: auto;
    }

    #secondary {
    display: none;
    }
    .search-box-wrapper, .featured-content {
    padding-left: 0;
    }
    .site:before {
    display: none;
    }
    .site, .site-header {
    max-width: 1038px;
    }
    .site-content, .site-main .widecolumn {
    margin-left: 0;
    }
    .page .entry-content {
    margin-right: 0;
    max-width: 696px;
    }

    .primary-navigation { font-size: 12px; }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    My theme is Twenty Fourteen :-)

  • The topic ‘Top menu – left not right?’ is closed to new replies.