Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • timtecsa Friend
    #195245

    Any idea why 2 of the 4 slideshow texts (under images) are missing left margin?


    1. left_margin_ok
    2. no_left_margin
    Saguaros Moderator
    #524571

    Hi Tim,

    You can open the file: /templates/ja_teline_iv_t3/css/mod_janews_featured.css, at approx line 51, you will see this CSS rule:


    .ja-zinfp-featured-wrap .ja-zinfp-featured .ja-zincontent p {
    line-height: 1.5;
    margin: 0 0 8px;
    padding: 2px 12px;
    }

    change it to:


    .ja-zinfp-featured-wrap .ja-zinfp-featured .ja-zincontent p {
    line-height: 1.5;
    margin: 0 0 8px !important;
    padding: 2px 12px !important;
    }

    Best

    timtecsa Friend
    #524776

    Hi Saguaros,

    Thanks. I edited the CSS as suggested and it did the trick on most featured articles. However, if the image was in <div>s it didn’t always work. When I changed to <p> it works, so that might also be important. Some images are still inside <div>s but the text has correct indentation, so using <p> is not necessarily a hard rule.

    This works with <div>s

    <div><img class=”caption” title=” The coater unit for the waterless KBA Cortina press was developed by Koenig & Bauer in cooperation with Harris & Bruno Europe GmbH and Eltosch Torsten Schmidt GmbH ” src=”images/j2xml/RTEmagicC_F2_29277-041_g_02.jpg.jpg” alt=” The coater unit for the waterless KBA Cortina press was developed by Koenig & Bauer in cooperation with Harris & Bruno Europe GmbH and Eltosch Torsten Schmidt GmbH” align=”right” /></div>
    <p>Classy publications in waterless coldset with inline coating</p>
    <p>Rheinisch Bergische Druckerei (RBD) in Düsseldorf has already been using a KBA Cortina to print the regional daily Rheinische Post in a waterless offset process for the past four years. Further products are advertising freesheets, diverse special publications and supplements on the most varied papers – all in exceptionally high print quality.</p>
    <hr id=”system-readmore” />

    but this one loses the text indent unless I change it to have <p>s. (see both below)

    <div><img class=”caption” style=”float: right;” src=”images/j2xml/GIT_37_04_Gallus_Screeny_Skanem_Bild_2_Siebauswaschmaschine.jpg” alt=”GIT 37 04 Gallus Screeny Skanem Bild 2 Siebauswaschmaschine” />Skanem Willich GmbH, based in Willich, Germany, is part of the Skanem Group, which was founded in Norway in 1905 and is now the largest European printshop group for self-adhesive labels. The company in Germany uses state-of-the-art narrow-web, reel-fed presses equipped with flexographic printing units and embossing and screen printing finishing options to produce high-quality labels for bodycare, household, car maintenance and other care products. Skanem Willich GmbH knows how to harness the added value from screen printing and has cut costs by bringing standardized and automated screen manufacturing in-house.</div>
    <hr id=”system-readmore” />

    <p><img class=”caption” style=”float: right;” src=”images/j2xml/GIT_37_04_Gallus_Screeny_Skanem_Bild_2_Siebauswaschmaschine.jpg” alt=”GIT 37 04 Gallus Screeny Skanem Bild 2 Siebauswaschmaschine” />Skanem Willich GmbH, based in Willich, Germany, is part of the Skanem Group, which was founded in Norway in 1905 and is now the largest European printshop group for self-adhesive labels. The company in Germany uses state-of-the-art narrow-web, reel-fed presses equipped with flexographic printing units and embossing and screen printing finishing options to produce high-quality labels for bodycare, household, car maintenance and other care products. Skanem Willich GmbH knows how to harness the added value from screen printing and has cut costs by bringing standardized and automated screen manufacturing in-house.</p>
    <hr id=”system-readmore” />

    Any ideas?

    Saguaros Moderator
    #525229

    Could you send me URL of page where problem can be seen and screenshot of how it should be? I will suggest you further.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 10 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum