test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • actu9 Friend
    #160674

    Hi,
    I would like to add an image as the border-right of the DAY header (see attachment)
    I tried to add it in JA-DAY css as border-right-image but it doesn’t work…
    Any idea ?
    Cheers 😉


    1. im12
    aman204 Friend
    #378381

    Do you wish to add in image beside annotated area ?

    actu9 Friend
    #378384

    Yep aman 🙂

    aman204 Friend
    #378392

    Quick way would be to go to templates/ja_teline_iv/blocks/topbar.php and add this::

    <img width=”100″ alt=”Sample image” src=”/ja/teline4/images/stories/demo/gallery/gl-1.jpg” style=”float:left;”>

    below this::

    echo “<span class=”year”>”.date (‘Y’).”</span>”;
    ?>
    </p>

    and update image path accordingly

    actu9 Friend
    #378399

    Thanks a lot aman ! It works perfectly like that. Enjoy your day 😀

    actu9 Friend
    #378402

    By the way, is it an easy way to have a padding-top on the header (I mean that there is a fex pixels white background on the very top of the page, just above the header)?

    aman204 Friend
    #378476

    <em>@actu9 223768 wrote:</em><blockquote>By the way, is it an easy way to have a padding-top on the header (I mean that there is a fex pixels white background on the very top of the page, just above the header)?</blockquote>

    To avoid confusion, Can you please provide in screenshot marked with annotations of area you wish to refer to along with your site link

    actu9 Friend
    #378493

    Yes, for sure. Here it is (see attachment).
    Cheers.


    1. im56
    aman204 Friend
    #378757

    <em>@actu9 223888 wrote:</em><blockquote>Yes, for sure. Here it is (see attachment).
    Cheers.</blockquote>

    You can change this::

    #ja-topbar {template.css (line 656)
    height: 26px;
    position: absolute;
    top: 0;
    z-index: 11;
    }

    to

    #ja-topbar {template.css (line 656)
    height: 26px;
    position: absolute;
    top: 20px;
    z-index: 11;
    }

    and change this::

    #ja-header {template.css (line 665)
    position: relative;
    z-index: 10;
    }

    to

    #ja-header {template.css (line 665)
    position: relative;
    z-index: 10;
    margin-top:20px;
    }

    and adjust both values in accordnace

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

This topic contains 9 replies, has 2 voices, and was last updated by  aman204 13 years, 10 months ago.

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