Adding custom URLs to Gallery Images

First of all, thank you so much for this great theme. I have been very pleased with it!

I really want to use a thumbnail grid gallery where you can click each individual image to link back to the original post. When I insert a gallery I get the nice clean look I want, but the images only link page to the media link or the attachment page.

As a work around, I have added individual thumbnail images with captions, but they do not stay lined up with I publish the page and look messy overall. Here is an example: http://www.avasalphabet.com/h-is-for-holidays/

Is there a way to accomplish what I want to do using a thumbnail grid gallery? Any advice is appreciated.

Thank you.

Cristina

Hi Cristina,

I hope you are well today and thank you for your question.

To display the thumbnail images good you can try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Unite Options -> Other -> Custom CSS

.entry-content div.thumbnail:nth-of-type(3n+2) {
	clear: both;
}

Best Regards,
Movin

Ah! Thank you. That was so easy and fixed something I have been trying to figure out for weeks. I appreciate the support. Have a great weekend.

-Cristina

You are most welcome here :slight_smile: