-
AuthorPosts
-
oharris3 Friend
oharris3
- Join date:
- June 2011
- Posts:
- 87
- Downloads:
- 60
- Uploads:
- 16
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
August 20, 2015 at 5:48 pm #663732How 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 Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 21, 2015 at 3:48 am #663870Hi 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 Vujooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
August 21, 2015 at 3:48 am #746207Hi 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 VuNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 21, 2015 at 6:54 am #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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 21, 2015 at 6:54 am #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
-
AuthorPosts
This topic contains 5 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum