Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • oharris3 Friend
    #663732

    How can I get the toggle bar to the left of the page? See attached image as example.

    Demo site is http://www.tvjsn.com/demo/

    jooservices Friend
    #663870

    Hi there
    Here you are

    .ja-promo-bar .buttons span {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #B82828
    background-image: url("images/icon-arrow.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

    Thank you,
    Viet Vu

    jooservices Friend
    #746207

    Hi there
    Here you are

    .ja-promo-bar .buttons span {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #B82828
    background-image: url("images/icon-arrow.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

    Thank you,
    Viet Vu

    Ninja Lead Moderator
    #664182

    <em>@oharris3 488392 wrote:</em><blockquote>How can I get the toggle bar to the left of the page? See attached image as example.

    Demo site is http://www.tvjsn.com/demo/</blockquote>

    You can use my solution below

    Open modules/mod_japromobar/assets/style.css file

    find


    /*control buttons*/
    .ja-promo-bar .buttons span{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #B82828
    background-image: url("images/icon-arrow.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

    to


    /*control buttons*/
    .ja-promo-bar .buttons span{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #B82828
    background-image: url("images/icon-arrow.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

    Hope it helps

    Ninja Lead Moderator
    #746222

    <em>@oharris3 488392 wrote:</em><blockquote>How can I get the toggle bar to the left of the page? See attached image as example.

    Demo site is http://www.tvjsn.com/demo/</blockquote>

    You can use my solution below

    Open modules/mod_japromobar/assets/style.css file

    find


    /*control buttons*/
    .ja-promo-bar .buttons span{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #B82828
    background-image: url("images/icon-arrow.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

    to


    /*control buttons*/
    .ja-promo-bar .buttons span{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
    background-color: #B82828
    background-image: url("images/icon-arrow.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    }

    Hope it helps

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

This topic contains 5 replies, has 3 voices, and was last updated by  Ninja Lead 8 years, 8 months ago.

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