Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Need Help with website

Options
  • 29-01-2010 8:51pm
    #1
    Registered Users Posts: 278 ✭✭


    Hi Guys,

    My website www.pitchmaintenance.com. The text alignment on it is all wrong and don't know how to fix it. I am using Joomla 1.5.

    If anyone can help that would be great, thank you.

    Cheers

    Moggie


Comments

  • Moderators, Computer Games Moderators Posts: 10,462 Mod ✭✭✭✭Axwell


    Without looking at code or anything and at a single glance id say the width of your site is the issue, look at the banner. Bring the overall width back a bit and the content in the centre column should come back and line up properly.


  • Registered Users Posts: 278 ✭✭moggie4000


    Could you do it for me?

    Would be a great help!


  • Closed Accounts Posts: 112 ✭✭lostprophetsie


    Open your css and under the body style
    body {
    background:url("../images/bg.gif") repeat scroll 0 0 transparent;
    color:#000000;
    font:0.9em/1.6em Tahoma;
    margin:0 auto;
    padding:0;
    }
    

    Add in width:960px; or whatever width the site should be.

    PM me if you need a hand it should only take 2 minutes.


  • Registered Users Posts: 278 ✭✭moggie4000


    Open your css and under the body style
    body {
    background:url("../images/bg.gif") repeat scroll 0 0 transparent;
    color:#000000;
    font:0.9em/1.6em Tahoma;
    margin:0 auto;
    padding:0;
    }
    
    Add in width:960px; or whatever width the site should be.

    PM me if you need a hand it should only take 2 minutes.

    PM Sent.


  • Closed Accounts Posts: 112 ✭✭lostprophetsie


    Should be good now.


  • Advertisement
Advertisement