I have lists in two [one_third] divs side by side, and the vertical alignment is off:
http://biz100.inmotionhosting.com/~cosmop5/bath/
I would think that the lists should be vertically aligned
(7 posts)
(4 voices)
I have lists in two [one_third] divs side by side, and the vertical alignment is off:
http://biz100.inmotionhosting.com/~cosmop5/bath/
I would think that the lists should be vertically aligned
Hi,
This is a typical problem caused by Wordpress visual editor.
When you create your shortcodes, they should respect this format:
[shortcode]content[/shortcode] [shortcode-2]content[/shortcode2]
Notice how I left only 1 white space between shortcodes.
Perfect :)
As a follow up, is it good form to only put spaces (as opposed to newlines) between any shortcides that 'touch'?
Hi,
When you include shortcodes, always leave just 1 white space between them, and they will always work OK.
I have this same problem right now, I've tried everything on these forums but nothing works, here is my code, it's a few lines vertically off.
Link: http://www.onlydeep.com/serv/
[fancy_header]Liste de Services[/fancy_header]
[one_half]
<h1>Marketing</h1>
Suspendisse quam sem, consequat at commo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Lorem ipsum dolor sit amet.
[fancy_list type="check_list"]
[/fancy_list]
[/one_half]
[one_half_last]
<h1>Finance</h1>
Suspendisse quam sem, consequat at commo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Lorem ipsum dolor sit amet.
[fancy_list type="check_list"]
[/fancy_list]
[/one_half_last]
Hello tannera0,
It's because your using Cufon as your body font. Most designers use it for headings / titles only because it can cause performance problems when used on the body text and it also makes your text unselectable for users.
I would check out the WP Google Fonts plugin if you need to add a custom font to the body.
Thanks so much, it works now.
You must log in to post.