Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Custom section classes › Reply To: Custom section classes
October 21, 2014 at 8:05 pm
#805
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