Title: date placement
Last modified: March 11, 2019

---

# date placement

 *  Resolved [shereew](https://wordpress.org/support/users/shereewalker/)
 * (@shereewalker)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/date-placement/)
 * Hi there,
 * Firstly – great plugin.
 * I am using this in conjunction with your facebook plugin. The Facebook plugin
   has the option to place the date below the text which is the format I am using,
   but unfortunately the Twitter one does not have this option, so they look a bit
   messy when next to each other.
 * Can you advise how I would achieve this? I tried moving things around in the ‘
   custom-twitter-feed.php’ file but got the white screen of death.
 * Thanks
    Sheree

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * (@craig-at-smash-balloon)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/date-placement/#post-11305020)
 * Hey Sheree,
 * You can use a bit of JavaScript to do this. Try adding the following to the “
   Custom JavaScript” area on the “Customize” tab:
 *     ```
       jQuery('.ctf-item').each(function() {
           jQuery(this).find('.ctf-tweet-text').after(jQuery(this).find('.ctf-tweet-meta'));
       });
       ```
   
 * Let me know if you have more questions!
 * – Craig
 *  Thread Starter [shereew](https://wordpress.org/support/users/shereewalker/)
 * (@shereewalker)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/date-placement/#post-11305358)
 * Hi Craig
 * That worked perfectly – thanks so much for that.
 * Sheree
 *  Plugin Contributor [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * (@craig-at-smash-balloon)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/date-placement/#post-11306080)
 * No problem! Have a great rest of your week.
 * – Craig

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘date placement’ is closed to new replies.

 * ![](https://ps.w.org/custom-twitter-feeds/assets/icon-256x256.png?rev=2700808)
 * [Custom Twitter Feeds - A Tweets Widget or X Feed Widget](https://wordpress.org/plugins/custom-twitter-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/custom-twitter-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/custom-twitter-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-twitter-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-twitter-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-twitter-feeds/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Craig at Smash Balloon](https://wordpress.org/support/users/craig-at-smash-balloon/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/date-placement/#post-11306080)
 * Status: resolved