test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • mongela Friend
    #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 Friend
    #371889

    Do you wish to have fixed width for specific module ?

    mongela Friend
    #371901

    No. 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 Friend
    #371907

    You 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

    mongela Friend
    #372685

    Thank 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 Friend
    #372706

    To avoid confusion, Can you please provide in screenshot marked with annotations of areas you wish to refer to

    mongela Friend
    #372754

    Certainly. 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.


    1. PDAscreenshot
    aman204 Friend
    #372853

    You 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

    mongela Friend
    #372886

    Thanks, 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!

Viewing 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