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.

#1372
Robert Kavgić
Participant

Hello,

Copy and paste the following CSS code into your “Elvyre options -> Appearance – Custom CSS” box:

#logo {
    margin: 5px 0 0 0;
}

#logo a img {
    height: 70px;
    width: auto;
}

The image size in the example above is smaller, less wide. If you want to use the full width and height of an image, just use this code:

#logo {
    margin: 0;
}

Robert