Hello fantastic support people!
I hope you can help me fine-tune the blog page of my new website. If you could please explain your directions in basic language (I’m new to web building), that would be much appreciated!
Okay, here goes:
(1) I’m trying to make some changes to my blog, but when I go to “Blog” under “Pages,” I can create changes all I want, but they don’t actually show up on the website. What am I missing here?
http://naturaintegrativehealth.com/?page_id=731
(2) I’m trying to embed a video from YouTube, but all that’s loading on my blog post is the HTML.
Here’s what I mean: http://naturaintegrativehealth.com/?p=1
(3) How do I make the featured image look smaller at the top of the blog post? This picture is HUGE!
Here’s what I mean: http://naturaintegrativehealth.com/?p=1
I appreciate all your help. You guys are great!
Hi NaturaIntegrativeMedicine!
For 1) Check here: http://kriesi.at/documentation/enfold/setting-your-home-and-blog-pages/ as it explains a bit about setting/unsetting the blog page. The quick version is that to use the individual blog pages settings you need to un-set the option in the theme options.
2) Youtube video is showing on my end.
3) Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.fullsize .big-preview.single-big {
padding: 20%;
padding-bottom: 10px;
padding-top: 0px;
}
Best regards,
Devin