Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter 2020media

    (@2020media)

    no-one else having this problem?

    I am having this problem too! Would love if someone could help it. I upgraded to WP 3.5.1 and updated the theme on the same day – and the problem started..

    Without seeing a link to a live site where this problem exists, there is no way for anyone to help.

    It’s kinda weird that nobody else has this same problem while the theme has a decent amount of download.

    I checked the theme’s svn and compared the CSS used in header logo area and found that there is a change from v1.4 and v1.5 but I’m too lazy to think if it’s really the reason why, so I come up with this CSS bit to make the text overlay on the header image in case anyone else has this same problem too.

    #header #site-title {
    	position: relative;
    }
    #header img.grisaille-header-image {
    	position: absolute;
    	z-index: -1;
    }

    as usual, use in child theme’s style.css or custom css plugin, leave parent theme untouched.

    perfect! I used a custom css plugin

    thanks! 🙂

    Thread Starter 2020media

    (@2020media)

    I had trouble when using a child theme – my drop down menus went horribly wrong.

    I switched to using a custom css plugin (http://wordpress.org/extend/plugins/my-custom-css/) and that worked fine.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘header text and image on two lines’ is closed to new replies.