-
AuthorPosts
-
applestone Friend
applestone
- Join date:
- May 2007
- Posts:
- 67
- Downloads:
- 8
- Uploads:
- 7
- Thanks:
- 10
- Thanked:
- 4 times in 2 posts
June 23, 2014 at 12:11 pm #199080Hi Guys
I am trying to work out how to size the image in the About us section on my front page. I used the About us section on the demo site as a guide although I changed positions from 1 to 5 for the big image and 2 – 6 for the about us box and lower images.
Here is the page – https://www.evernote.com/shard/s272/sh/7862d553-fbe0-417c-8354-1bc8117bdcc3/c1e2c07def06509575abae211d050580
On a PC the section looks brilliant but on a mobile, the image in pos 5 is 1/2 overlaid by the text in the about us section (pos 6). It doesn’t seems to resize for the device i.e. is not acting responsively.
I know this works OK on the demo site so there is something I am doing wrong on my site. Perhaps I am setting the image in pos 5 too large – I am using 600 x 600.
Be grateful for some help in fixing this.
Regards
DaveNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 24, 2014 at 10:03 am #540004Hi Dave,
Regarding to you request about the image resize, you know JA Decor template uses Bootstrap and it also depends on the div outside to appear with this image.
If you wish to fix original image you can add the css style into templates/ja_decor/css/custom.css file
img.video-cover {
width: auto;
}then you can work with responsive, below is the solution to do
img.video-cover {
width: 100%;
}Other the problem on your site overlaps text in mobile layout, I could not see this problem. Did you fix it? Can you send me the screenshot if you still face this problem?
Regards
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
June 24, 2014 at 10:09 am #540005Are you figure it out ?
I did not saw any issue in the image .
here is the full page view in mobile
>>
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 24, 2014 at 10:23 am #540006Hi Dave,
Please open the file root_folder/templates/ja_decor/css/custom.css and remove this rule:
img.video-cover {
width: 100%;
}Save your file and check again.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 4 voices, and was last updated by Adam M 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
About Us image resizing issues
Viewing 4 posts - 1 through 4 (of 4 total)