-
AuthorPosts
-
romolo Friend
romolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 24, 2014 at 3:01 pm #201567Hi when we get down to a mobile/tablet size the JA promo bar is covering the sidebar navigation… How can we get around this? Please advise
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 25, 2014 at 8:16 am #550706You can move the button of JA promo bar module to left on mobile/tablet device on this case
Open templates/ja_nuevo/css/custom.css file and add new rule
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.ja-promo-bar .buttons span {
left: 0 !important;
}}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.ja-promo-bar .buttons span {
left: 0 !important;
}
}Let me know if it helps
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 26, 2014 at 10:48 am #550848Hi Ninja,
Thank you for your response.. The code you provided hasn’t resolved the issue.. The promo bar is still displaying on the left side and partially covering the sidebar.
Please advise how to resolve.
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 29, 2014 at 1:44 pm #551015Hi Ninja,
Thank you for your response.
Please see the attached screenshot for the issue we are having.
Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 30, 2014 at 4:40 am #551077Your site is down but you can try to fix this bug with my css style below
Open templates/ja_nuevo/css/custom.css file and add new the css style
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
nav#t3-mainnav {
padding: 0px 54px 0px 0px !important;
}} @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
nav#t3-mainnav {
padding: 0px 54px 0px 0px !important;
}
}
romolo Friendromolo
- Join date:
- August 2012
- Posts:
- 585
- Downloads:
- 97
- Uploads:
- 37
- Thanks:
- 79
- Thanked:
- 23 times in 11 posts
September 30, 2014 at 3:32 pm #551193Hi Ninja,
Thank you for your response. We have added this to custom.css however it hasn’t had any effect on the position of the promo bar… It is still covering the side nav bar when browser is resized to mobile size.
Please advise
Thanks.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 1, 2014 at 4:12 am #551284I could not access URL of your site and admin login of your site included on thread. You can pm me URL, admin and ftp credentials of your site. I will hep you to solve it directly on your site.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 1, 2014 at 10:10 am #551338<em>@romolo 447894 wrote:</em><blockquote>Hi Ninja,
Thank you for your response. We have added this to custom.css however it hasn’t had any effect on the position of the promo bar… It is still covering the side nav bar when browser is resized to mobile size.
Please advise
Thanks.</blockquote>I just fixed it directly on your site. Please check it again, let me know if it helps
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum