-
AuthorPosts
-
May 8, 2011 at 1:42 pm #163736
Hi guys, hopefully someboedy can help us solve a little problem. For some reason we’re getting a large gap between JA News Frontpage module (sl1-l position) and the top menu. In addition, the JA News Frontpage module (its part with additional articles to be precise) is not aligned with a custom module which is displayed in sl1-r position. In case my description is not clear I also attached a screenshot in which the issue can be seen.
The link to live site http://http://www.talkbasket.net
Any idea what could be causing this and how to fix it?
Edit: The problem seems to have solved itself :s
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
May 8, 2011 at 6:29 pm #390309Right after the menu bar, the content is rendered in
<div id=”ja-topsl1″ class=”wrap “>Find templates.css
/* Top spotlight 1 —*/
#ja-topsl1 { padding: 12px 0 4px; }As you can see, the top padding is set to 12px. You can change is to
/* Top spotlight 1 —*/
#ja-topsl1 { padding: 0 0 4px 0; }Which keeps the original padding, but padding-top is set to 0.
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by gray 13 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
sl1-l and sl1-r top alignment
Viewing 2 posts - 1 through 2 (of 2 total)