Bug in Toggle shortcode

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Wed Sep 10, 2014 8:29 pm
Hi,

Too much content makes the closed toggle button expand downwards to content size.

See link
http://flow.pixelfuel.co.za/faq/

Thanks
User avatar
Fresh Boarder

GK User
Thu Sep 11, 2014 8:07 am
Hi,

Generally this toogle shortcode should be used to add simple question -> answer (2, 3 paragraphs). Try to add this code into css/override.css file:

Code: Select all
.gk-toggle {
   height: 15px;
}

.gk-toggle.opened {
   height: auto;
}
User avatar
Moderator


cron