-
AuthorPosts
-
fbernardello Friend
fbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
December 28, 2015 at 8:40 am #832964Dear Support,
I have some problems with mobile layout:-
My texts, in JACM are cutted (see attached image 1.jpg). This is for sure my fault, because I increased the font dimesion, but I don’t know how to fix it.
-
While the images in JACM ser with "Featured News:style1" are perfect, the images in JACM set with "Category Listing:style-1" are cutted (see attached image 2.jpg)
- This issue is based on a solution I found in the forum (here: https://www.joomlart.com/forums/topic/hide-one-module-in-mobile/). If I define this rule:
.mobile_hide {display:none;}
And I set it on a module suffix, the module disappears from any layout.
How can I set in my custom.css this rule to be applyed only to small and extra-small layouts?
I would like to hide banner-1 position from these layouts (I think it’s visible because of a tip).Best regards,
Federico-
fbernardello Friend
fbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
December 28, 2015 at 8:40 am #832947Dear support,
If I define this rule:.mobile_hide {display:none;}
And I set it on a module suffix, it disappears from any layout!
How can I set in my custom.css this rule to be applyed only to small and extra-small layouts?Regards,
FedericoP.S. No more Search on new forum? 🙁
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 29, 2015 at 2:29 am #833709Hi You can add this rule in custom.css
@media and (max-width: 768px) { .mobile_hide {display:none;} }
It will work below the width 768px only . Hope it helps
or simple addhidden-xs
with a single space in module options > module suffix . save and check this will hide module in extra small layouts .
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 29, 2015 at 8:50 am #833839Hi
use hidden-xs
to hide it in small layouts . Share your Module ID that u want to hide and the site admin details via private reply i will check it .fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
December 29, 2015 at 9:01 am #833845This reply has been marked as private.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 29, 2015 at 9:03 am #833847Could u provide the module ID that u want to hide and not working at this time .
I did not found it in your last post.fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 29, 2015 at 9:15 am #833864Hi
i added hidden-xs in module options > http://prntscr.com/9js1xs
kindly clean cache and check , module is not showing in mobile .
hidden-xs for extra small .
hidden-md for medium size .fbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
December 29, 2015 at 9:30 am #833872Add this code in custom.css file for images and
.magazine-leading .magazine-item-main .magazine-item-ct { max-height: 160px!important; } .magazine-featured .item-image, .magazine-categories .item-image { max-height: 100%!important; }
it will solve the problem .
for text if it still hide increase the 160px value of height in above codefbernardello Friendfbernardello
- Join date:
- February 2015
- Posts:
- 287
- Downloads:
- 16
- Uploads:
- 35
- Thanks:
- 51
- Thanked:
- 2 times in 2 posts
-
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)This topic contains 12 replies, has 2 voices, and was last updated by fbernardello 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum