Is there a demo that has the logo on the right?

1 reply · opened Mar 15, 2018

LlccrowMar 15, 2018

I am looking at all the demos and do not see one with the logo on the right side and menu on the left side. Is there a template like that? I saw another person ask for the same thing and the response said to customize the .css and the code was given. I'm not sure where to insert it.
<style>@media (min-width: 992px) {
#logo { float: right; }
#primary-menu { float: left; }

#header.full-header #logo {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #EEE;
}

#header.transparent-header.full-header #logo { border-left-color: rgba(0,0,0,0.1); }

#header.full-header #primary-menu &gt; ul {
    float: right;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #EEE;
}

#header.transparent-header.full-header #primary-menu &gt; ul { border-left-color: rgba(0,0,0,0.1); }&lt;/style&gt;

}</style>

SSemicolon WebSTAFFMar 19, 2018

Hello,

Simply add the above code in the css/custom.css File and follow the instructions provided in the Documentation > Start > Customization Section.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard