Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • jacomino Friend
    #136301

    Joomla 1.5.8 using JA Pyrite.
    How do I get rid of the white space between the Main Navigation bar and the top of the slideshow?
    See http://www.ssedscg.org
    Thanks!

    Anonymous Moderator
    #283334

    Please open file templates/japyrite/css/template.css, at about line 636, find script below:

    #ja-containerwrap {
    margin:0;
    padding:2px 0 20px;
    }

    and change to:

    #ja-containerwrap {
    margin:0;
    padding:0px 0 20px;
    }

    lanerellis Friend
    #290355

    Hello JA Developer and other JA-Pyrite fans,

    How about removing the padding between the bottom of the JA-Slideshow module and the module directly below? It appears to be about 20 pixels as well. Thanks kindly for any assistance.

    Best Regards,
    Lane R. Ellis

    jsliao Friend
    #290363

    Please open file templates/japyrite/css/template.css and find

    #ja-topsl {
    clear:both;
    height:200px;
    margin:0 0 2px;
    overflow:hidden;
    padding:0;
    }

    and change to

    #ja-topsl {
    clear:both;
    height:200px;
    margin:0;
    overflow:hidden;
    padding:0;
    }

    lanerellis Friend
    #290366

    Thanks kindly jsliao, that did the trick. I appreciate your speedy and helpful reply.

    Best Regards,
    Lane R. Ellis

    jsliao Friend
    #290368

    no problem. cheers

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

This topic contains 6 replies, has 4 voices, and was last updated by  jsliao 15 years, 9 months ago.

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