Put logo on right (in Septera)

  • Author
    Posts
  • #70923
    chrisrossjones
    Power User

    Hi, I’m working on a new site, using Septera, and the brand guidelines state the logo must go on the right hand side of the navigation bar. Is this possible? If yes, please could you tell me how? I’m using the ‘no link’ child theme.

    Thanks


    #71069
    Zed
    Cryout Creations mastermind

    It is possible to reverse the order of the header elements with CSS:

    body #branding { float: right; }
    body #access { float: left; }
    body #nav-toggle {
        right: auto;
        left: 0;
    }

    This styling is not tested for all configuration scenarios.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Put logo on right (in Septera)’ is closed to new replies.