• Resolved freedom810

    (@freedom810)


    Hey all,

    A new issue arrises!
    I just created a new full width template but after doing so its deleted the nice box/border outline from my page in the background. I guess this is a css issue.

    The page im working on is
    http://www.primarya.com/about/

    but I want the slight border outline which you can see within this page. (The box/border outline which surrounds the heading and text)
    http://www.primarya.com/contact/

    Any help at all is appreciated, definitely improving my php/css skills so far.

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    Are you using Firebug to look at the CSS code for those two pages?

    It suggests that adding this may work:

    #contentwide #left-col {
        border: 1px solid #DDDDDD;
        border-radius: 5px 5px 5px 5px;
        float: left;
        margin-right: 0;
        padding: 0 5px 20px 25px;
        width: 622px;
        z-index: 1;
    }

    You’ll need to fix the width in the above new CSS.

    Thread Starter freedom810

    (@freedom810)

    Hey yeah I have been using firebug more than usual lately but haven’t got completely used to it yet.

    It worked though so thanks! 🙂

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

The topic ‘css background help’ is closed to new replies.