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.

#2566
Robert Kavgić
Participant

Hello,

Please add the following code to “Elvyre options -> Appearance – Custom CSS” box:

@media only screen and (min-width:480px) and (max-width: 767px) {
    #header {
        padding: 10px 0;
    }
    #logo {
        width: 160px;
    }
    #search {
        margin-left: 0px;
        margin-top: 15px;
    }
    #dl-menu {
        text-align: right;
        margin-top: 14px;
    }
    #dl-menu ul {
        text-align: left;
    }
}

Your menu and search icon should be aligned right of the logo.

Robert