-
AuthorPosts
-
September 4, 2014 at 5:26 am #201054
Hi
In Features intro layout (I’m using the blue template) the image isn’t looking right in the tablet layout. It is too big or too little. And how I change the image to go first and then the text in smaller responsive layouts?
Thanks in advance!
Br,
MinnaPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 4, 2014 at 10:00 am #548265Hello Minna can you add a screenshot of your problem , i checked your site but have noticed any issue in the tablet view .
Also found the template is in the blue color . Please check and let me know , so that i can help you
September 22, 2014 at 2:15 pm #550387I took a picture of my tablet (ipad) as you can see the image on the right is too big and it flows over the screen (to up). This is from http://www.paulapuheenjohtajaksi.fi/paula-teemat/esite
thanks,
Minna
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 22, 2014 at 4:29 pm #550399Hi
Please add following code into your custom.css file
Path: /template/JA-sugite/css/custom.css (if there is no custom.css please create it)
@media screen and (max-width:1200px){.about-img img{width: auto; }
.about-img{ position: inherit;}
}+To make the main menu item in a single line in tablet view add this css code into your custom.css file
.head-right + .t3-mainnav {
padding-right: 160px;
}Clear cache and check .
Let me know if it helps
September 23, 2014 at 5:59 am #550470Hi
It seems like it didn’t help. The image is still too big. 🙁 It doesn’t scale with the rest of the page.
Br,
MinnaPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 23, 2014 at 6:04 am #550471Hello Please PM me admin details of your site . and FTP details .
I will check it directly on your site and let you know here .Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 30, 2014 at 2:23 am #551047Hi Please send me complete FTP Details of your site , so that i can fix this issue on your site .
Check it and send me again.Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 30, 2014 at 8:29 am #551116HI
fixed the issue directly on your site .
Here are the changes
in /templates/ja_sugite/css/themes/bluetemplate.cssi changed this code
.about-img{ position: absolute;}
to
.about-img{
/*position: absolute; */
position: inherit;}
and this code
.about-img img{width: 100%; }
into this
.about-img img {
/*width: 100%; */
width: auto; }
http://www.paulapuheenjohtajaksi.fi/paula-teemat/esite
Please check your site and let me know1 user says Thank You to Pankaj Sharma for this useful post
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by Pankaj Sharma 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Features-intro’s image in tablet-layout
Viewing 8 posts - 1 through 8 (of 8 total)