Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Rick Bisschop Friend
    #173092

    Hi,

    I would like to move some stuff up (see screen shot)

    Is this possible?

    Thanks in advance,
    Rain


    1. mahers-slide
    Phill Moderator
    #434959

    Yep, it is possible. If you can give me a link to your site I can take a look for you. Please make sure css optimization is set to “No” in the template manager so I can see the correct css to adjust.

    Phill Moderator
    #434970

    Thanks for your PM. Can you do that again but this time include a login so I can see the site? You currently have it in offline mode.

    Rick Bisschop Friend
    #435059

    Hi Phill,

    Works like a charm thank you very much.

    #ja-mainbody {
    position: relative;
    top: -100px;
    }

    If I adjust the: top: -100px that will move the whole mainbody up or down, am I right?

    Again thanx,

    Rain

    Ps I see your a windsurfer, I am into land yachting Blokart did you ever tried that speeds up to 100KM on the beach or even ice with skates in winter time…

    Phill Moderator
    #435046

    OK, first open template.css and add the following lines of code

    #ja-container {
    position: relative;
    z-index: 20;

    }

    Then add the line in red below to modules/mod_jaslideshow/assets/themes/tiris/style.css line 19

    .mask-bottom {
    background: url("bg-mask.png") repeat-x scroll 0 100% transparent;
    bottom: 0;
    height: 300px;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 100%;
    z-index: 1;

    }

    Then add the code below to template.css

    #ja-mainbody {
    position: relative;
    top: -100px;

    }

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

This topic contains 5 replies, has 2 voices, and was last updated by  Rick Bisschop 12 years, 10 months ago.

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