-
AuthorPosts
-
mohand Friend
mohand
- Join date:
- November 2011
- Posts:
- 37
- Downloads:
- 13
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
July 28, 2013 at 7:08 pm #189306Hello,
I have a menu item that is linked to k2 category. Everything looks great but in responsive design, the k2 image in both the category view and item view is getting stretched when viewing it in ipad/tablet.
Attached are screenshot of normal behavior on pc, and one on ipad ( not correct)
May you please help me fixing the issue and keep the small image from being stretched ( I want to keep it small)
Regards,
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 29, 2013 at 9:58 am #500456This way will help you to fix it
Open templates/ja_university/css/layout-mobile-port.css file
from
div.itemIntroText img {
margin: 0 0 15px;
width: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
change to
div.itemIntroText img {
margin: 0 0 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}Remember to clear cache from Admin area
mohand Friendmohand
- Join date:
- November 2011
- Posts:
- 37
- Downloads:
- 13
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
July 30, 2013 at 7:46 am #500565Hello Ninja Lead
Thank you but unfortunately this didn’t work .. any other idealink: http://mepcokuwait.com/index.php/projects/government-sector
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 31, 2013 at 5:18 am #500706mohand Friendmohand
- Join date:
- November 2011
- Posts:
- 37
- Downloads:
- 13
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
August 1, 2013 at 10:06 am #500872Yes, sorry about that, the site was a problem before i come a broad and redesign it. Google needs up to two weeks to verify that the new website is no longer a thread .. unfortunately the old website is still cached in search engines systems
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 2, 2013 at 7:39 am #501039I can wait for that and ping me if you still face any problem.
mohand Friendmohand
- Join date:
- November 2011
- Posts:
- 37
- Downloads:
- 13
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
August 2, 2013 at 7:01 pm #501108Hello,
Thanks and its gone now. You can check :laugh:
mohand Friendmohand
- Join date:
- November 2011
- Posts:
- 37
- Downloads:
- 13
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
August 4, 2013 at 6:39 pm #501212Hello Ninja you there?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 5, 2013 at 3:29 am #501237<em>@mohand 383533 wrote:</em><blockquote>Hello Ninja you there?</blockquote>
I have just finished our weekend, so there was some late in replying to you.
With this problem on your site this way will help to fix it. You can go Categories of K2 component is appearing with menu Government Sector and Private Sector and change Image size for primary items select to Large, see the screenshot
Remember to clear cache from Admin area
mohand Friendmohand
- Join date:
- November 2011
- Posts:
- 37
- Downloads:
- 13
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
August 8, 2013 at 12:02 pm #501618I don’t the images size to be large .. I want them to stay medium and not get stretched when being viewed on smaller screens.
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 8, 2013 at 5:09 pm #501643You can try to do this way again
Open templates/ja_university/css/layout-tablet.css file
From
span.itemImage img {
width: 100% !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
Change tospan.itemImage img {
width: auto !important;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}Remember to clear cache from Admin area. Let me know if it helps
AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)This topic contains 11 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum