• Is it possible to get my logo and social to switch positions with the navigationbar?

    colorfone.nl/wordpress

Viewing 2 replies - 1 through 2 (of 2 total)
  • Phil

    (@owendevelopment)

    Sure, change:

    #logo {
    position: absolute;
    right: 0;
    top: 115px;
    }

    and

    #topSocial {
    left: 0;
    position: absolute;
    top: 120px;
    }

    in style.css.

    Thread Starter suzu18

    (@suzu18)

    If i do this then my social switch with my logo. I want the whole row to switch with my navigationbar. Thanks anyways

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How can I switch header with navigation?’ is closed to new replies.