Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2045
Robert Kavgić
Participant

Hello,

To display logo on the left and menu on the right on lower resolutions, insert the following CSS code at the end of responsive.css file (screenshot attached to this post):

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-header {
        display: inline-block;
        float: left !important;
    }
    .collapse.navbar-collapse { 
        display: inline-block !important;
        width: auto;
        float: right;
    }
}

Robert

Attachments:
You must be logged in to view attached files.