Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bramewave Friend
    #137019

    I have been having trouble getting my template to show correctly, it seems as if the background image has been cut. Any ideas?

    http://www.bramewave.com/csb

    Any help is appreciated!:D

    SP Media Friend
    #286437

    It’s your background image, it doesn’t line up when repeated by x.


    1. body-bg.zip
    bramewave Friend
    #286438

    I don’t really understand, what do I need to do?

    SP Media Friend
    #286440

    This won’t resolve it, but it’d make it span greater than the screen width. Replace your current back-bg file with this one.

    In your CSS set it to align to center.


    1. body-bg
    bennitos Friend
    #287351

    If you want to stop the repeating of your background do:

    Open your template.css file line 25 change:


    body#bd {
    color: #4F4F4F;
    background: url(../images/body-bg.jpg) repeat-x center 30px #181818;
    padding: 0;
    margin: 0;

    To


    body#bd {
    color: #4F4F4F;
    background: url(../images/body-bg.jpg) no-repeat center 30px #181818;
    padding: 0;
    margin: 0;

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

This topic contains 5 replies, has 3 voices, and was last updated by  bennitos 15 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum