-
AuthorPosts
-
July 19, 2009 at 8:28 am #142845
Hi
Thanks for the great template
I have problem with the widths of the second/third articles on the frontpage
The articles are very narrow when they are compared against the first one.Second, how can I change the left margins (increase indent)
Thanks
hawver Friendhawver
- Join date:
- February 2008
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 13 times in 12 posts
July 19, 2009 at 9:18 am #311492I assume you want to change the second column with articles on the front page and make it a bit more broader? If that is what you want you have to change the template.css file and change the following styles:
#ja-content {
float: left;
width: 380px;
}and
#ja-col1 {
float: right;
width: 220px;
}Change #ja-content width to 300 and ja-col width to 300 and they both have the same width.
#ja-content {
float: left;
width: 300px;
}and
#ja-col1 {
float: right;
width: 300px;
}If you want to change the whole width of the site you’ll have to change this:
.main, #ja-topsl .ja-box-ct {
margin: 0 auto;
width: 940px; <——-
}
Note that if you want to change the whole width of the site you’ll also have to change all other small objects in the site. Like the columns with articles etc. This can be quitte some work before they look like they should. 🙂1 user says Thank You to hawver for this useful post
July 19, 2009 at 1:24 pm #311517Thank you for you answer
but the problem is more difficultthe first article on the frontpage have different width from the second article
The article are of the same categoryany idea??
Once again thanks
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
July 19, 2009 at 1:51 pm #311524Thanks Scotty
There is the same problem even if you copy the first article. The new article with the same attributes is published in a narrow list again
Moreover I have problem with the left margins (increase indent)
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by hawver 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum