Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sranantube Friend
    #196453

    Hi,

    Ik want to repeat the background picture of the template.
    Can somebody tell me please how to do that?

    My website http://fathomsalon.nl/

    swissa Friend
    #529532

    With that image it won’t look good if it repeats…

    You may be better off fixing it so that the content scrolls over it.

    in your /css/colors/movie.css look for this code

    add fixed as shown in red

    body#bd {

    }

    chavan Friend
    #529543

    With the Repeat background image you will get an output like this

    Is this what you exactly need? If not try the solution suggested by Swissa above

    TomC Moderator
    #529562

    Not sure which image that is you are currently using, but here is the basic method of how to repeat a background image (vertically) – using your site as an example:

    Look to file path –> /templates/ja_zinc/css/template.css
    at line 539, you will see the following:


    #ja-wrapper {
    background: url("../images/mainwrap-bg.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    }

    Modify this rule as follows:


    #ja-wrapper {
    background: url("../images/mainwrap-bg.jpg") repeat-y scroll center bottom rgba(0, 0, 0, 0);
    }

    For additional information on the CSS repeat-background property –> http://www.w3schools.com/cssref/pr_background-repeat.asp

    😎

    swissa Friend
    #529569

    Thanks TomC, thanks Chavan,

    Let’s see what sranantube wants to do?

    🙂

    sranantube Friend
    #529769

    Hi guys,

    Thanks for your replies.

    Your options didn’t work at all. I created a new image twice the hight of the Original one. And YES!!!!! It works.

    TomC Moderator
    #529816

    Glad you were able to sort it out.

    I assume that the background image you created works for mobile view of your site as well?

    All the best with your continuing site development !!! 🙂

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

This topic contains 7 replies, has 4 voices, and was last updated by  TomC 10 years ago.

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