Title: echo_jeromy's Replies | WordPress.org

---

# echo_jeromy

  [  ](https://wordpress.org/support/users/echo_jeromy/)

 *   [Profile](https://wordpress.org/support/users/echo_jeromy/)
 *   [Topics Started](https://wordpress.org/support/users/echo_jeromy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/echo_jeromy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/echo_jeromy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/echo_jeromy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/echo_jeromy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/echo_jeromy/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Text betwen Slider and Featured Pages](https://wordpress.org/support/topic/text-betwen-slider-and-featured-pages-1/)
 *  [echo_jeromy](https://wordpress.org/support/users/echo_jeromy/)
 * (@echo_jeromy)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/text-betwen-slider-and-featured-pages-1/#post-4659611)
 * Late Reply to this, and this is really good, and informational but I believe 
   some minor edits for future uses will be needed to correctly function (as php
   and html need to be separated slightly) how does this work for ya?
 *     ```
       function plan_description(){
       /* create html block for before main container*/
       echo '<p>Hello World</p>';
       ```
   
 * Thanks for the information and take care!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] Page's Background Image](https://wordpress.org/support/topic/pages-background-image/)
 *  [echo_jeromy](https://wordpress.org/support/users/echo_jeromy/)
 * (@echo_jeromy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/pages-background-image/#post-4535083)
 * well the quick answer is the <body>, the longer answer.. is that you might need
   to delve into how your theme set it up. It will all come back to the body regardless,
   but it is best to target the child if there is any specifically to ensure the
   results you want are met.
 * example `body {background: url("image_url_here.jpg");}`
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Customizr] text margin/padding](https://wordpress.org/support/topic/text-marginpadding/)
 *  [echo_jeromy](https://wordpress.org/support/users/echo_jeromy/)
 * (@echo_jeromy)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/text-marginpadding/#post-4536668)
 * To add, I would recommend you tell your browser what padding size your using 
   if not a %, px, em etc

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