Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jdponce Friend
    #134232

    Hi, I want to move the links in footer down, over the bricks -please see the site- http://www.consejocafe.org/test. I was editing the template and color css and I couldnĀ“t, where can I change the position of this links (Home, Abut us, etc. and credits).

    Thanks in advance

    I would aprreciate very much someone answer this thread asap.

    Sherlock Friend
    #274525

    HI
    you can edit

    #ja-footerwrap {template_css.css (line 1089)
    clear:both;
    padding:180px 0;
    position:relative;
    }

    to

    #ja-footerwrap {template_css.css (line 1089)
    clear:both;
    padding:20px 0;--> you can edit as you want
    position:relative;
    }

    jdponce Friend
    #274542

    Hum, nop, if I do that, all my footer image go up, you may see it in http://www.consejocafe.org/test
    I canged to padding:20px 0; and the cups in image are not visible because the white area is over the image. With this change the white area went down with the links and I want to move the links only.
    I hope you understand me.

    Sherlock Friend
    #274543

    You can change like this: template_css.css (line 1089)

    #ja-footerwrap {
    clear:both;
    padding:180px 0 20px;
    position:relative;
    }

    jdponce Friend
    #274553

    Is done! I changed it to:
    padding: 280px 0 40px;
    And is great!… thanks

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

This topic contains 5 replies, has 2 voices, and was last updated by  jdponce 15 years, 7 months ago.

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