Header text not displaying correctly

Viewing 6 posts - 1 through 6 (of 6 total)
  • #2066
    zoedeyork
    Participant

    Hi,
    Thanks for the great theme. We’re using it on our [url=http://socialeuropeanjournalism.com/blog/]blog[/url] on European Journalism and it’s exactly what we needed.
    However I’ve come across a strange problem: the header text (blog’s title) is displayed on two lines rather than one. As if there was a margin somewhere. I had a look at the CSS and the functions.php files, but couldn’t find anything smaller than the usual 974px width.
    I would appreciate any help. With that problem I can’t have a site description on the header because there is no room for a third line.
    Cheers,
    Zoe

    #2067
    Daniel Tara
    Keymaster

    Hi Zoe,

    Remove this from header.php:

    <div id="headerwidget">
            <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>
            <?php endif; ?>
          </div>
    #2068
    zoedeyork
    Participant

    Hi Daniel,
    Thanks! It worked perfectly.
    Sub question though: can I change the color of my blog’s descritption?
    I tried playing around with the css but it didn’t work.
    Cheers,
    Zoe

    #2069
    Daniel Tara
    Keymaster

    try applying a color property to #site-description

    #2070
    zoedeyork
    Participant

    I tried that, but it didn’t work. Strange thing is: I changed the color via the header menu in WP dashboard, but on the css the color code is not the same. Meanwhile the right (green) color is displaying on the blog. Is there an override rule somewhere?

    #2071
    Daniel Tara
    Keymaster

    Try adding a !important argument.

Viewing 6 posts - 1 through 6 (of 6 total)

Tagged: 

You must be logged in to reply to this topic.