-
AuthorPosts
-
anthonyberot Friend
anthonyberot
- Join date:
- February 2012
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
February 25, 2012 at 7:37 pm #174286How 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 answerPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 25, 2012 at 8:16 pm #440029Not 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 Friendanthonyberot
- Join date:
- February 2012
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
February 25, 2012 at 10:28 pm #440054yes that is what i want the pages to look like.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 25, 2012 at 11:17 pm #440056Change 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 Friendanthonyberot
- Join date:
- February 2012
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
February 25, 2012 at 11:47 pm #440061thank 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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 25, 2012 at 11:56 pm #440063Do you have the width set to 95% in the template managers width setting?
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 25, 2012 at 11:58 pm #440064You could add the following to the bottom of template.css
[PHP]body.bd .main {
width: 100% !important;
}[/PHP]anthonyberot Friendanthonyberot
- Join date:
- February 2012
- Posts:
- 68
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
February 26, 2012 at 2:50 am #440077The width is set to 95%. I added the block of code you suggested but there is no difference
-
AuthorPosts
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