• Hi, I love this theme as it’s so adaptable and easy to use. I was wondering if it’s possible to display the logo in the top right hand corner instead of top left? I would be comfortable making the changes within the template files, but not sure where i’d need to make the change.
    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • @dontlikecheese

    If you don’t already have a Child_Themes or the theme offers nowhere to put a custom css, then you should install a plugin like Jetpack then add the following to the custom css area…

    .col-md-4.clearfix.kad-header-left {
    float: right
    }
    
    #nav-main ul.sf-menu {
        float: left;
    }

    I don’t have the theme installed so not sure if there is a setting for this.

    hannah

    (@hannahritner)

    Hi dontlikecheese,
    Would you mind posting a link to your site?
    Thanks!

    Hannah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘logo in top right instead of top left?’ is closed to new replies.