Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • anthonyberot Friend
    #174286

    How can I get rid of the space between modules in JA Nex see site http://contrastnewspaper.burroket.com
    Fire bug does not shoe me this info or I’m not using it correctly. your assistance is greatly appreciated.
    BTW the other articles in the forum does not provide the answer

    Phill Moderator
    #440029

    Not sure what you are trying to achieve? Something like this?

    <a href=”http://easycaptures.com/9643056145″ target=”_blank”><img alt=”FireShot Pro Screen Capture” src=”http://easycaptures.com/fs/uploaded/456/thumbs/9643056145_m.jpg” border=”0″></a><br/><a href=”http://easycaptures.com/9643056145″ target=”_blank”>View Screen Capture</a>

    anthonyberot Friend
    #440054

    yes that is what i want the pages to look like.

    Phill Moderator
    #440056

    Change template.css line 929 as per below.

    [php]#ja-wrapper {
    }[/php]

    to

    [php]
    #ja-wrapper {
    background: none repeat scroll 0 0 white;
    margin: auto;
    width: 95%;
    }[/php]

    Then change template.css line 614 from

    [php]#ja-topmenu {
    background: none repeat scroll 0 0 #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    color: #000000;
    padding: 10px 0;
    }[/php]

    to

    [php]#ja-topmenu {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #000000;
    padding: 10px 0;
    }[/php]

    and finally chanfe template.css line 648 from

    [php]#ja-header {
    background: none repeat scroll 0 0 #B2B2B2;
    }[/php]

    to

    [php]#ja-header {
    background: none repeat scroll 0 0 #FFFFFF;
    }[/php]

    anthonyberot Friend
    #440061

    thank you, that worked. now I have to figure out the width of the page as the background is now wider than the header graphic.

    Phill Moderator
    #440063

    Do you have the width set to 95% in the template managers width setting?

    Phill Moderator
    #440064

    You could add the following to the bottom of template.css

    [PHP]body.bd .main {
    width: 100% !important;
    }[/PHP]

    anthonyberot Friend
    #440077

    The width is set to 95%. I added the block of code you suggested but there is no difference

    Phill Moderator
    #440095

    I am seeing the change. Maybe you need to clear your browsers cache?

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

This topic contains 9 replies, has 2 voices, and was last updated by  Phill 12 years, 8 months ago.

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