Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • cglassar Friend
    #206140

    ja promo change its position from top to bottom of page

    Adam M Moderator
    #569777

    Hi @cglassar,

    Could you please provide your site url so I can have a look first ?

    Adam M Moderator
    #734859

    Hi @cglassar,

    Could you please provide your site url so I can have a look first ?

    elahmed Friend
    #900645

    My website is: http://www.funinformatique.net

    How can I change ja promo position from top to bottom of page.

    I use ja onepage tempelte.

    Thank you

    Ninja Lead Moderator
    #902640

    This module does not support the option as your request but you can make a custom work from the CSS style

    Open modules/mod_japromobar/assets/style.css file

    find and change

    .ja-promo-bar {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 9999;
    }

    to

    .ja-promo-bar {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        z-index: 9999;
    }

    Hope it helps

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

This topic contains 4 replies, has 4 voices, and was last updated by  Ninja Lead 8 years, 1 month ago.

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