You should create a Child theme to make your changes. If you do not, all of your changes will be lost if you update your theme.
Try adding this to the end of your child theme’s style.css:
.entry-content > p > iframe { height: 150px; }
Thanks, but I don’t see any difference.
I just add that code at the very end of the stylesheet?
Most of that space is being created by the embedded iframes — which have an inline height of 200px. You might be able to override that by setting a negative top margin on the “Posted in Marketplace” div
where is the “posted in Marketplace” div located?
I don’t see it in the stylesheet?
I’m sorry, I’m a total newbie at this?
I don’t see the code at the end of twentyeleven/style.css.
Its there now
http://www.aallington.com/?cat=4
I still see the big white space between posts
Now you are missing a closing brace that was just before that line:
}
.entry-content > p > iframe { height: 150px; }
If your problem has been solved, please use the dropdown on the right to mark this topic ‘Resolved’ so that anyone else with this question can see that there is a solution.