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.

#805
Robert Kavgić
Participant

Hello,

In section edit, you can insert the class “customHeight” (without the “”) instead of “height: 250px”. Then go to “Elvyre options -> Appearance – Custom CSS box” and add the following code to it:

.customHeight {
    height: 250px !important;
    overflow: hidden !important;
}

All the sections which have “customHeight” class should have the height of 250px.
Let me know if it works for you.

Robert