-
AuthorPosts
-
January 12, 2011 at 7:48 am #158630
Is there a way to set the JAnews 2 module to a fixed depth? In other words, can I disable the auto-resizing in this module?
Thanks in advance.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 14, 2011 at 7:01 pm #371889Do you wish to have fixed width for specific module ?
January 14, 2011 at 7:52 pm #371901No. We’re trying to set a fixed depth for the ‘content-TOP’ module on Teline III v2 front page. Right now, the module expands and contracts dynamically based on the content, which changes the vertical position of the module below it, moving it up and down.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 14, 2011 at 8:25 pm #371907You can try change this::
#ja-zin .article_row {mod_janews2.css (line 16)
margin: 0;
padding: 0;
}to
#ja-zin .article_row {mod_janews2.css (line 16)
margin: 0;
padding: 0;
height:600px;
}and adjust value accordingly
January 19, 2011 at 2:39 pm #372685Thank you for the response. I tried changing that value, but it only affected the depth of the “contentBOT” positions below the main “slideshow” in JA News. That main slideshow, or contentTOP position, is the area I’d like to stay at a fixed depth. I’ve tried to find the code with Firebug, but have had very little success.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 19, 2011 at 6:15 pm #372706To avoid confusion, Can you please provide in screenshot marked with annotations of areas you wish to refer to
January 19, 2011 at 9:29 pm #372754Certainly. I might post elsewhere on the topic, but I’d also like to make the image right aligned, instead of lining up on the left.
Thanks.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 20, 2011 at 9:19 am #372853You can try add height property here and adjust value accordingly::
.headline .ja-zincontent-inner {style.css (line 15)
height: 200px;
padding-bottom: 15px;
padding-top: 15px;
}Css file reference::
modules/mod_janews_fp/tmpl/headline/style.css
1 user says Thank You to aman204 for this useful post
January 20, 2011 at 3:17 pm #372886Thanks, Aman. I actually found the “style.css” in a different folder (modules/mod_janews_fp/assets/style.css), but your code did exactly what I needed. And I found the image align solution by digging around that module’s folder, too. Appreciate all your help!
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by mongela 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Disable fluid depth on JAnews 2
Viewing 9 posts - 1 through 9 (of 9 total)