Twenty Fourteen Theme – top menu (from right to left)?

  • Unknown's avatar

    Hi there.

    Someone helped me to get rid of the left side menu, so that the only menu was the top one.

    Now 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)

  • The topic ‘Twenty Fourteen Theme – top menu (from right to left)?’ is closed to new replies.