- Posts: 14116
- Thank you received: 1639
Image Alignment
-
Mumfie
- Topic Author
- Visitor
11 years 8 months ago #28109
by Mumfie
Image Alignment was created by Mumfie
Hi
I have recently purchased your gallery module and would like help configuring it. When the gallery thumbnail images continue (spill over) on to a second line, they do not line up (vertically) with the images in the first line. I have played around with the settings but can not get the two lines of images to line up. The images in the second line are slightly indented. I believe this is due to margins/padding but can not recitify. Any help you can give with this matter would be grayefully received. Many thanks. Leigh
I have recently purchased your gallery module and would like help configuring it. When the gallery thumbnail images continue (spill over) on to a second line, they do not line up (vertically) with the images in the first line. I have played around with the settings but can not get the two lines of images to line up. The images in the second line are slightly indented. I believe this is due to margins/padding but can not recitify. Any help you can give with this matter would be grayefully received. Many thanks. Leigh
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
11 years 8 months ago #28117
by ivan.milic
Replied by ivan.milic on topic Image Alignment
send link
Please Log in to join the conversation.
-
rns82
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 2 months ago #42560
by rns82
Replied by rns82 on topic Image Alignment
I have the same problem. Images in the last row have a margin-right attribute that I cannot change
My website is www.slompsnc.it
to access please use
test
test2014
thaks
My website is www.slompsnc.it
to access please use
test
test2014
thaks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42570
by ivan.milic
Replied by ivan.milic on topic Image Alignment
Put this in template_css.css
#gallery a{
float:left;
}
#gallery a{
float:left;
}
Please Log in to join the conversation.
-
rns82
Inactive member - New Member
Less
More
- Posts: 3
- Thank you received: 0
10 years 2 months ago #42578
by rns82
Replied by rns82 on topic Image Alignment
Thank you for your help, but it doesn't fix the issue. Now the alignment is even more messy
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 2 months ago #42582
by ivan.milic
Replied by ivan.milic on topic Image Alignment
Try this:
#gallery a {
float: left;
width: 60px;
height: 40px;
margin:4px;
}
#gallery a IMG{
width: 100%;
height: 100%;
}
#gallery a {
float: left;
width: 60px;
height: 40px;
margin:4px;
}
#gallery a IMG{
width: 100%;
height: 100%;
}
The following user(s) said Thank You: rns82
Please Log in to join the conversation.
Time to create page: 0.158 seconds