Title: TML &amp; Theme CSS Issue
Last modified: August 21, 2016

---

# TML & Theme CSS Issue

 *  [DaveKinetic](https://wordpress.org/support/users/davekinetic/)
 * (@davekinetic)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tml-theme-css-issue/)
 * I’ve used TML on other sites and had no issues, but for some reason the current
   theme I am using seems to clash with the created pages.
 * You can see an example here: [http://ufcramble.com/login/](http://ufcramble.com/login/)
 * The white content area is not being pushed to the bottom of the TML pages and
   it’s randomly bringing up a red background area that isn’t present on other pages
   and I can’t figure out why.
 * Any help please?
 * [https://wordpress.org/plugins/theme-my-login/](https://wordpress.org/plugins/theme-my-login/)

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

 *  Thread Starter [DaveKinetic](https://wordpress.org/support/users/davekinetic/)
 * (@davekinetic)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tml-theme-css-issue/#post-4664001)
 * I’ve dug a little deeper and ONLY on the pages using TML the headers is pulling
   in an extra style which is:
 * `<style type="text/css"> h1 a { background-image:url(http://ufcramble.com/wp-
   content/themes/ufcramble/images/logo.png) !important;background-size:auto !important}
   body {background-color:#d00000 !important } #nav a, #backtoblog a {background:#
   fff;}</style>`
 * If I edit it out using inspect element in chrome it fixes the problem, but I 
   have no idea why/or where TML pages are showing this.
 *  [Deltaforce229](https://wordpress.org/support/users/deltaforce229/)
 * (@deltaforce229)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tml-theme-css-issue/#post-4664094)
 * From what I see your problem is that background image. It is not set to repeat
   and it is not designed to repeat.
 * Change
    `background:url('../images/bg_main.png') no-repeat scroll 50% 0px transparent;`
   to `background:url('../images/bg_main.png') repeat-y scroll 50% 0px transparent;`
 * and I think you will see what I’m talking about.
 *  Thread Starter [DaveKinetic](https://wordpress.org/support/users/davekinetic/)
 * (@davekinetic)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tml-theme-css-issue/#post-4664149)
 * Thanks, for the answer.
 * That adds the white background scrolling down the page, which isn’t what it should
   be. The bg_main.png fades off into the white page bacgroudn on all the pages.
   Take a look at [http://ufcramble.com/contact-us/](http://ufcramble.com/contact-us/)
   for an example of a page with some longer content on.
 * For some reason on the TML pages it is pulling in the red background header again.

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

The topic ‘TML & Theme CSS Issue’ is closed to new replies.

 * ![](https://ps.w.org/theme-my-login/assets/icon-256x256.png?rev=1891232)
 * [Theme My Login](https://wordpress.org/plugins/theme-my-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-my-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-my-login/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-my-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-my-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-my-login/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [DaveKinetic](https://wordpress.org/support/users/davekinetic/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/tml-theme-css-issue/#post-4664149)
 * Status: not resolved