My site is located at http://shadycreekhomesites.com/wordpress/ I have found most of my changes i needed on the forum, but my site will not have a blog. Is there any way to change the 2 column area on the homepage so that I can put some text and a video in the left hand area and you see what I have on the right side. And in the bottom widget area, is there a way to center the photos and the text within the widget area? Thanks so much! Your forum area is great for learning new tricks and fixes!
Hello, For this you need to do some editing in the front-page.php file. So go to the Appearance > Editor > front-page.php and make changes as shown in image. You can add youtube embed code, any text content, any image (<a href="your link address"><img src="your image address"></a>) in place of code highlighted in the image above. For footer. Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .widget_inner p { text-align: center; }
Thanks for the help! The code helped me get everything centered in the widget boxes. Am I to understand that i take out all of the code in purple? I am not a coder, so what code would I put in there to keep my header as it is on my page now and put a photo and some text to fill the space?
Hello, Yes you need to replace code in purple. But if you want to keep heading as it is now. Then forget previous image, just follow image given below. After this, to fill space add your links and content in the format given below and paste it in place of purple. Code: <a href="your link address"><img src="your image address"></a> <p>your text content</p>