Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jackdanielfreeman

    (@jackdanielfreeman)

    Sorry, I messed up the link its maderagrills.com

    Which line on which pages — sorry, just to be sure.

    Thread Starter jackdanielfreeman

    (@jackdanielfreeman)

    It is the grey line below my header image and above the content of every page (the line dissapears when post are displayed – it seems to only be on static pages.
    Here is where firebug says it is in the css or html??

    element {
        float: left;
        width: 650px;
        border: 3px solid rgb(59, 49, 49);

    but I can not find it anywhere in the style sheet -thanks

    Oh gotcha, that’s weird. The above in inline CSS – from this HTML:

    <div class="entry-content">
    <div style="float:left;width:650px;border:3px solid #3B3131;"></div>
    <p>Welcome to maderagrills.com</p>

    The line in the middle above. I’m wondering if that’s something that you tried to delete or left empty? See if you can find that in your content or a template file.

    Thread Starter jackdanielfreeman

    (@jackdanielfreeman)

    I found it!! It was just a plugin I installed called “floating widgets” The plugin allows you to put a widget in the main content area of any page but it was putting that grey line on every page! Thank you WPyogi for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do I remove the grey line at the top of twentytwelve pages’ is closed to new replies.