• Resolved andkobe

    (@andkobe)


    Hi All,

    I recently switched to a new theme, Twenty Ten, and for some reason my Gallery page is not showing up correctly.

    https://98.142.214.34/~yourde22/gallery/

    My code for the gallery page is as follows:

    [gallery columns="2" size="thumbnail"]

    I’ve tried searching for a solution for hours, and nothing works so far.

    Any ideas?

    Thanks Everyone!

Viewing 2 replies - 1 through 2 (of 2 total)
  • i am assuming that you don’t like the large images on your gallery page – because you haven’t described what is ‘wrong’ with the gallery:

    edit style.css and find:

    #content img {
    	margin: 0;
    	height: auto;
    	max-width: 640px;
    	width: auto;
    }

    remove the width: auto; and see if that changes things the way you remember it.

    Thread Starter andkobe

    (@andkobe)

    Wow that fixed it. Thanks Alchymyth!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Gallery Short Code Not Working’ is closed to new replies.