-
AuthorPosts
-
October 29, 2015 at 10:58 pm #720173
I Have a JASideNews module located on User8 position (Puresite template).
On PC devices everything looks great, but on Tablet and mobile devices, the height of article images are cut improperly (image below) it would be better to have a little more height (each of them).
Could you help me?
thanks in advance
Gustavo
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 30, 2015 at 7:52 am #720369Hi,
You can open three file below and add new css style
<blockquote>templates/ja_puresite/css/layout-tablet.css
templates/ja_puresite/css/layout-mobile-port.css
templates/ja_puresite/css/layout-mobile.css</blockquote>
.ja-sidenews, .ja-sidenews img {
width: 100% !important;
height: 100% !important;
background-size: cover;
}
Once done, clear cache from admin area and check it again.
Let me know if it helps
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 30, 2015 at 7:52 am #753327Hi,
You can open three files below and add new css style
<blockquote>templates/ja_puresite/css/layout-tablet.css
templates/ja_puresite/css/layout-mobile-port.css
templates/ja_puresite/css/layout-mobile.css</blockquote>
.ja-sidenews, .ja-sidenews img {
width: 100% !important;
height: 100% !important;
background-size: cover;
}
Once done, clear cache from admin area and check it again.
Let me know if it helps
Regards
October 30, 2015 at 12:30 pm #720515Thanks for your indication changes, they improved very much !
On Tablet it is great, but on mobile, image Titles (Text below images) is being cut (see image below)
How can I solve?
thanks
GustavoOctober 30, 2015 at 12:30 pm #753353Thanks for your indication changes, they improved very much !
On Tablet it is great, but on mobile, image Titles (Text below images) is being cut (see image below)
How can I solve?
thanks
GustavoNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 2, 2015 at 4:12 am #720909You can fix the problem of image title on mobile layout
Open templates/ja_puresite/css/layout-mobile.css file
find and change
#ja-topsl div.moduletable h3, #ja-topsl1 div.moduletable h3, #ja-topsl2 div.moduletable h3 {
font-size: 200% !important;
}to
#ja-topsl div.moduletable h3, #ja-topsl1 div.moduletable h3, #ja-topsl2 div.moduletable h3 {
font-size: 150% !important;
}.ja-slidenews-cover {
height: 120px !important;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 2, 2015 at 4:12 am #753449You can fix the problem of image title on mobile layout
Open templates/ja_puresite/css/layout-mobile.css file
find and change
#ja-topsl div.moduletable h3, #ja-topsl1 div.moduletable h3, #ja-topsl2 div.moduletable h3 {
font-size: 200% !important;
}to
#ja-topsl div.moduletable h3, #ja-topsl1 div.moduletable h3, #ja-topsl2 div.moduletable h3 {
font-size: 150% !important;
}.ja-slidenews-cover {
height: 120px !important;
} -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Ninja Lead 9 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum