Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Elvyre theme & The Events Calendar › Reply To: Elvyre theme & The Events Calendar
January 13, 2015 at 6:23 pm
#1573
Participant
Hello,
Add the following code to “Elvyre options -> Appearance – Custom CSS” box:
dl:not(.gallery-item) dt {
position: static !important;
}
If you want to remove the left border on elements, use the following code:
dl:not(.gallery-item) dd {
border-left: none;
}
Robert