-
AuthorPosts
-
Juan Carlos Stauring Friend
Juan Carlos Stauring
- Join date:
- September 2014
- Posts:
- 250
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 53
- Thanked:
- 19 times in 3 posts
June 26, 2015 at 7:36 pm #207901Hello :p
I’d like to get the font on homepage slideshow to display better on mobile devices and show all font by keeping same style of font but just smaller (responsive) so the full word of ISRAEL displays as per the example cut off.
Testing on iphone5 & iphone6.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 29, 2015 at 4:56 am #575767You can fix it with my solution below
Open templates/ja_obelisk/css/themes/christmas/template-responsive.css file
h3 {
font-size: 15px;
line-height: 1.25;
}
h3 small {
font-size: 12px;
}to
h3 {
font-size: 15px !important;
line-height: 1.25;
}
h3 small {
font-size: 12px !important;
}1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 29, 2015 at 4:56 am #642096You can fix it with my solution below
Open templates/ja_obelisk/css/themes/christmas/template-responsive.css file
h3 {
font-size: 15px;
line-height: 1.25;
}
h3 small {
font-size: 12px;
}to
h3 {
font-size: 15px !important;
line-height: 1.25;
}
h3 small {
font-size: 12px !important;
}1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 29, 2015 at 4:56 am #740756You can fix it with my solution below
Open templates/ja_obelisk/css/themes/christmas/template-responsive.css file
h3 {
font-size: 15px;
line-height: 1.25;
}
h3 small {
font-size: 12px;
}to
h3 {
font-size: 15px !important;
line-height: 1.25;
}
h3 small {
font-size: 12px !important;
}1 user says Thank You to Ninja Lead for this useful post
Juan Carlos Stauring FriendJuan Carlos Stauring
- Join date:
- September 2014
- Posts:
- 250
- Downloads:
- 27
- Uploads:
- 12
- Thanks:
- 53
- Thanked:
- 19 times in 3 posts
June 29, 2015 at 6:35 pm #575836that worked like a charm 😎
thank you for the solution!AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Mobile Font Display for Home Slideshow Responsive
Viewing 5 posts - 1 through 5 (of 5 total)