<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Change the size of thumbnails in Gallery</title>
		<link>http://www.themolitor.com/forums/topic/change-the-size-of-thumbnails-in-gallery</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Change the size of thumbnails in Gallery</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:54:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/change-the-size-of-thumbnails-in-gallery" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Change the size of thumbnails in Gallery"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-size-of-thumbnails-in-gallery#post-40238</link>
			<pubDate>Mon, 19 Sep 2016 11:23:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">40238@http://www.themolitor.com/forums/</guid>
			<description><p>Ah, you're right!</p>
<p>Here is the current CSS styling for the li elements that affects the size/spacing...</p>
<pre><code>ul.galleryBox li {
    height: 53px;
    margin: 0 5px 5px 0;
    width: 53px;
}</code></pre>
<p>You can copy/paste that into your Custom CSS box and make edits there (after you made edits to the functions.php file).</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>IanSpark on "Change the size of thumbnails in Gallery"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-size-of-thumbnails-in-gallery#post-40229</link>
			<pubDate>Mon, 19 Sep 2016 00:12:19 +0000</pubDate>
			<dc:creator>IanSpark</dc:creator>
			<guid isPermaLink="false">40229@http://www.themolitor.com/forums/</guid>
			<description><p>Hi that doesn;t work, I have tried this.  It seems there is some CSS that overrides this I have since discovered...</p>
<p>The LI element .wrapperui has a width associated to it that will resize the image, regardless of the settings in functions.php - the function just determines the size of the thumbnail used, the LI fixes the width regardless.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change the size of thumbnails in Gallery"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-size-of-thumbnails-in-gallery#post-40227</link>
			<pubDate>Fri, 16 Sep 2016 09:30:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">40227@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The gallery images on the post page are controlled in functions.php on line 86...</p>
<pre><code>add_image_size( &#039;small&#039;,53 ,53, true );</code></pre>
<p>Change that and run Regenerate Thumbnails plugin.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>IanSpark on "Change the size of thumbnails in Gallery"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-size-of-thumbnails-in-gallery#post-40226</link>
			<pubDate>Fri, 16 Sep 2016 03:28:05 +0000</pubDate>
			<dc:creator>IanSpark</dc:creator>
			<guid isPermaLink="false">40226@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, </p>
<p>This instruction relates to the post image.  I am wanting as the OP did to change the size of the thumbnails in the gallery toggle area. I change the size of the 'small' gallery images in functions.php, and regenerate the thumbnails but this has not taken effect on the gallery thumbnail sizes, any ideas please?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change the size of thumbnails in Gallery"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-size-of-thumbnails-in-gallery#post-37831</link>
			<pubDate>Tue, 16 Feb 2016 10:30:11 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">37831@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The thumbnail size is controlled from functions.php on line 83...</p>
<pre><code>set_post_thumbnail_size( 95, 95, true );</code></pre>
<p>Change that value and use the "Regenerate Thumbnails" plugin to retroactively apply your changes.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>bigfootjohn on "Change the size of thumbnails in Gallery"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-size-of-thumbnails-in-gallery#post-37813</link>
			<pubDate>Tue, 16 Feb 2016 05:25:39 +0000</pubDate>
			<dc:creator>bigfootjohn</dc:creator>
			<guid isPermaLink="false">37813@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>How can I change the size of thumbnails in the Gallery part of every post?</p>
<p>Best regards,
</p></description>
		</item>

	</channel>
</rss>
