Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • christofferl Friend
    #158937

    I would like to remove the white area/space so that the slide show module I have can be attached to the upper black line (see image).

    I have in the image slide module used the module class suffix called “-newsfp” which took away the white space at the bottom of this module … but not the upper.

    Hope someone can assist 🙂


    1. ja_7a
    aman204 Friend
    #372722

    Try change this::

    #ja-mainnav .main {template.css (line 693)
    border-top: 1px solid #CCCCCC;
    margin-bottom: 12px;
    }

    to

    #ja-mainnav .main {template.css (line 693)
    border-top: 1px solid #CCCCCC;
    margin-bottom: 0;
    }

    christofferl Friend
    #372734

    This code change reduced the white area to half of its previous size … so we are almost there :-[

    Any other suggestions?


    1. ja_11d
    Phill Moderator
    #372737

    Can yoo post a link to your site so we can take a closer look? It is hard to adjust without seeing how you have your template setup.

    christofferl Friend
    #372743

    I worked it out! I changed the following to get it working:

    /* Top spotlight 1 ---*/
    #ja-topsl1 { padding: 12px 0 4px; }

    to

    /* Top spotlight 1 ---*/
    #ja-topsl1 { padding: 0 0 4px; }

    Thank you all for this great support! 😉

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

This topic contains 5 replies, has 3 voices, and was last updated by  christofferl 13 years, 9 months ago.

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