Spacing between complex titles
-
I know this has been discussed at length before. I’ve tried everything written in the other threads.
– Wrapping the whole thing in a <div> didn’t work
– Adding “add_filter( ‘the_content’, ‘wpautop’, 20 );” to my functions.php didn’t work
Changes to my CSS didn’t work (giving negative padding, etc.)Here is the page I am working on:
http://www.howtostudykorean.com/unit1/unit-1-lessons-1-8/unit-1-lesson-1/
I love what the plug-in allows me to do.
I have a list of vocabulary, and when the English word is clicked, I want it to show hidden content that gives more information about the word. I also have a Korean word, but when that is clicked, an audio recording of that word is played, and it is not related/included in the [expand] code that I put in there.I actually love the way it looks now in every way, except for that the spaces between vocabulary words (before any content is expanded) is too large.
I’m not sure, but I think the <div> trick might not be working because there is more than just expandable content between the divs (because there is also a Korean word with an audio file).
The code looks like this. For example, the first two I have (including the Korean word which is not wrapped in the [expand] code:
한국 = [expand title=”Korea” trigclass=”arrowright”]
Common Usages
한국 사람 (Korean person)
한국어 (Korean language)Examples
저는 7년 동안 한국에서 살았어요 = I lived in Korea for seven years
저는 내년에 한국에 갈 거에요 = I will go to Korea next year
저의 어머니는 올해 한국에 올 것입니다 = My mom will come to Korea this year
저는 한국어를 한국에서 배웠어요 = I learned Korean in Korea[/expand]도시 = [expand title=”city” trigclass=”arrowright”]
Example:
서울은 큰 도시예요 = Seoul is a big city[/expand]I’ve been working on this for days now and I can’t seem to get anywhere. Wrapping the whole thing in a <div> makes the first two titles close, but not any of the rest.
Thank you.
The topic ‘Spacing between complex titles’ is closed to new replies.