• miniguru

    (@miniguru)


    Hi,
    I was wondering if anyone could help me to get the theme central rather than floating to the left hand side. This would be a huge help if someone could help asap.

    Thank you in advance,
    Cherie

Viewing 1 replies (of 1 total)
  • Twister1611

    (@twister1611)

    Hi Miniguru hope it’ll work with your site. Open your style.css then look for #container and there add this code margin:0 auto; below overflow:hidden;.

    So the code will look like this:

    #container {
     width:1250px;
     overflow:hidden;
     margin:0 auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘move theme central’ is closed to new replies.