-
AuthorPosts
-
sanjiovani Friend
sanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 26, 2008 at 7:29 am #130162i would like to improve the overall layout of the content pages
how do i create a border around the entire content any suggestions to improving the layout are welcomed.
what changes need to be made to the index.php and template css file
Thanks
Sanjiv
link to content page
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 26, 2008 at 2:50 pm #256433How would you actually have it?
sanjiovani Friendsanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 26, 2008 at 6:10 pm #256471I am looking for something simple similar to what you have in this month’s template –
a simple box around the content
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 26, 2008 at 6:18 pm #256473You can try to add the following at the end of the template.css file:
#ja-current-content {
border: 1px solid #E6E6E6;
}
sanjiovani Friendsanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 26, 2008 at 8:00 pm #256483thanks that creates a box around the content section but when i add the right mod to display on the content page it shifts it to the bottom below the content box – i would like it to be the same width as the content and not the whole page and have the right mod placed next to the content again similar to this months template
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
June 26, 2008 at 8:08 pm #256485Another thing you can try is to find this in the index.php:
<jdoc:include type="component" />
And add it so it looks like this:
<div id="styling">
<jdoc:include type="component" />
</div>
And add this to the css file:
#styling {
border: 1px solid #ccc;
}
IF the right columns drop down it means you need to adjsut the width of it a little.sanjiovani Friendsanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
June 26, 2008 at 8:52 pm #256492no unfortunately that did not work
for the right mod – i tried to reduce the % of the width from 30.9 to 20.9% – that did not work either
#ja-col2 {
float: right;
overflow: hidden;
width: 20.9%;
padding-top: 10px; -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by sanjiovani 16 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum