Hi, I've been trying to work out a way to place a twitter widget in the fourth feature column of the front page but have had no luck. I'm attaching an example image of where I'd want it to go. I used the custom CSS to get rid of what was displayed in that column using: div.columns .one_fourth:nth-child(4) { display: none } I tried replacing the none with the Twitter embed, but nothing worked.
Yogesh, You can find the website at http://partnershipsforhealthychildren.com/. It is going to be placed in the bottom feature section in the fourth column.
Hello, 1. Delete following CSS from Custom CSS. Code: div.columns .one_fourth:nth-child(4) { display: none } 2. Then add shortcode of twitter widget in front-page.php as shown below in screenshot. That will resolve your issue. Thanks & Regards Yogesh Bhade