-
AuthorPosts
-
Pankaj Sharma Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
April 18, 2017 at 2:12 am #1027048Hi
Add below code in /css/custom.css file.manufacturer .spacer img {max-width:100%}
save and check the site.
It will fix the issue.Regards
April 18, 2017 at 8:11 am #1027105This 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
April 18, 2017 at 8:31 am #1027109Hi
This is not an issue, the item will move below when the screen size is low and it does not fit in it.
There are 3 items when screen size goes lower one item goes to 2nd line and when it further reduce only one item in one line.If you want to show 3 items in same line add below code in custom.css
@media(max-width: 480px){ .manufacturer-view-default .row div[class*="width"] { width: 30%!important; }}
Regards
April 18, 2017 at 9:00 am #1027119This 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
April 18, 2017 at 9:15 am #1027132Hi
Kindly check your custom.css file, you have extra braces that is why the code is not working.
Check the files correct the syntax and load site again.Regards
April 18, 2017 at 9:54 am #1027154This 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
April 18, 2017 at 10:32 am #1027167Hi
Add float:left in the same codeexample
.manufacturer-view-default .row div[class*="width"] { width: 30%!important; float: left; }
Save and check.
Regards -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by sky 7 years, 7 months ago.
The topic ‘responsive layout issue’ is closed to new replies.