Hey there kemitemultimedia,
Hope you’re well today!
If you want to change this on this specific page you can do that by removing the bottom margin on the paragraphs to reduce the space between each item. To do that please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.page-id-565 p {
margin-bottom: 0px;
}
This should slightly reduce the space between each element.
Please let me know if this helps 🙂
Best regards,
Bojan
Yes, that did help a little bit but I feel like I should be able to tighten it up even more. Any thoughts?
I have a second question: I am extremely new to wordpress and have been doing everything without a child theme. My hesitancy (and fear of screwing up) is my lack of experience. Since I already have an established wordpress theme, can you tell me the steps necessary to create a child theme from what I have done already?
I have been building this site behind a normal dreamweaver built site. Once I am done building, I will be moving this site to become the main site.
Hey again kemitemultimedia,
Please try adding the following CSS code as well:
.page-id-565 tr {
display: block;
margin-bottom: -10px;
}
As for the child theme it is not really hard to create a child theme and it might come in very handy when making modifications to the theme so you don’t have to be afraid of losing changes when you update the parent theme. Please check the following blog post regarding making a child theme:
http://premium.wpmudev.org/blog/how-to-create-wordpress-child-theme/
Hope this helps 🙂
Cheers,
Bojan