Tagged: gallery images, Scrolling
-
AuthorPosts
-
September 9, 2015 at 3:49 pm #500504
hi
I have a couple questions about the image gallery on the page below –
1 – is there a way to get rid of the scroll on the right side? Not sure why it’s there.
2 – I have the thumbnails set to portfolio size (495 x 400 px), but they are displaying smaller (260 x 200px) – is that how it’s supposed to be?thanks for your help.
Nancy- This topic was modified 9 years, 2 months ago by Munford.
September 10, 2015 at 4:29 pm #501140Hey Munford!
1. use this code:
div#tab-id-4-container { overflow: hidden; }
2. Use this code to increase the images:
img.attachment-portfolio { max-width: 459px !important; }
Adjust as needed.
Best regards,
AndySeptember 10, 2015 at 6:04 pm #501245Hi Andy
1 – thanks – that worked!
2 – check the page below – I made the max width 300px but the images are overlapping now without any padding between. I’m not sure I understand how the gallery resizes (although the 495px width was too large for the tab content). There seems to be room for 300px width images, since there is alot of whitespace on the right side…?
thanks for taking a look
NancySeptember 11, 2015 at 3:07 pm #501669Hi!
you can include padding with this code:
img.attachment-portfolio { padding-right: 54px; }
Cheers!
AndySeptember 15, 2015 at 10:23 am #503163thanks – that helped somewhat but there is still some kind of overlap on the left hand images…I just am trying to have good sized thumbnails in a layout that works on all devices (seems like 2 columns is best) with a little padding in between.
any suggestions?
Nancy- This reply was modified 9 years, 2 months ago by Munford.
September 15, 2015 at 4:11 pm #503441Hi!
I can’t see any overlapping on the link you have provided. Can you provide us screenshots of what you see?
Regards,
AndySeptember 15, 2015 at 4:57 pm #503500Hi Andy –
Can you take a look at that page again? I had to remove this
img.attachment-portfolio {
padding-right: 54px;
}
as it was interfering with other portfolio images on the site.
Now I have the gallery set back to 2 column, portfolio size (495×400), and there is a bit of an overlap on the images. Can you help me figure out how to just put a little padding between them? I can live with the size I guess.
thanks for your help
NancySeptember 15, 2015 at 6:50 pm #503605Hi!
I checked again and still can’t see any overlapping. Can you show us screenshots of what you see? clear browser cache and hard refresh a few times.
Regards,
AndySeptember 15, 2015 at 7:46 pm #503637OK – can you help me with increasing the padding between the gallery images a bit?
thanksSeptember 15, 2015 at 8:43 pm #503679September 18, 2015 at 10:34 am #505343HI Andy
That code for adjusting the padding effects all the portfolio images on the site – I only want to target the galleries. (it was messing up the portfolio grid images on fx this page: http://andesworldtravel.com/trips/galapagos-wildlife-cruises/)
On this page:
http://andesworldtravel.com/trips/cruise-odyssey/#tab-id-4
if I hover on an image it overlaps the one next to it just a bit (ie there is no space between the 2 column images). I’m just trying to get a little padding between them, only in the galleries.
Is this possible?
thanks for taking a look,
NancySeptember 18, 2015 at 1:44 pm #505479Hi!
1.) Not sure what you mean. Can you provide us a mockup showing the things you want to achieve please? use imgur or dropbox.
2.) Try this code for some margin between the images:
dl.gallery-item { margin-right: 10px !important; }
Cheers!
AndySeptember 18, 2015 at 3:20 pm #505585Hi Andy
That’s just what I needed – Thanks very much!
NancySeptember 18, 2015 at 3:25 pm #505592Hi!
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘gallery image sizes, lightbox images’ is closed to new replies.