Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • harryaalfha Friend
    #175441

    i’m sory about a title
    not righ. but top

    I want to have a fixed module position in the upper top, My plan for the banner. like an image below

    any idea?


    1. file
    chavan Friend
    #445827

    yes you can make it. post an image using Custom HTML. and do some css changes by making it position property fixed.

    if you need more assistance, please post your site Url and the Image you need to add there

    harryaalfha Friend
    #445829
    chavan Friend
    #445833

    Add this code to template.css file

    #ja-absolute .custom {
    height: 450px;
    margin: 0pt auto;
    position: fixed;
    top: 0px;
    width: 230px;
    z-index: 999;
    }#ja-topmenu{
    margin:450px 0 0 0;
    }

    with respective to the image height you need change the 450px and 230px in the above css code

    Hope this would help you.

    harryaalfha Friend
    #445835

    Thank you. I have managed to change the position, but if I want a banner that is on the left or right or down?

    can you help me ?

    harryaalfha Friend
    #445838

    ok thank for your solution.

    chavan Friend
    #445839

    post a screenshot on which places you need and give me the sample banner. I will provide you the css suggestion

    harryaalfha Friend
    #445872

    my mean is a banner at the top, there is also on the left, top, right and bottom. they appear together.

    chavan Friend
    #445890

    rename the similar code there and add left:0px; to make it to appear in left and add right:0px to make it appear on right

    Add Either one code above in this code and feel the difference


    #ja-absolute .custom { height: 450px; margin: 0pt auto; position: fixed; top: 0px; width: 230px; z-index: 999; }

    harryaalfha Friend
    #446030

    ok. but, if i want to show the banner or appear on each page

    chavan Friend
    #446157

    you can create new Custom Module for all page and then you can make visible one on each page.

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

This topic contains 11 replies, has 2 voices, and was last updated by  chavan 12 years, 7 months ago.

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