Posting photos in gallery template

Discussion in 'Slice WordPress Theme' started by stephenc, Dec 28, 2012.

  1. stephenc

    stephenc New Member

    Joined:
    Nov 3, 2012
    Messages:
    6
    Likes Received:
    0
    I am wondering how come my image is off-centered when viewed in gallery mode, (refer to first image) is it possible to make the image align to the center, because it looks pretty ugly right now.

    Also, is there way a change the preview / thumbnail size? Currently, it's bigger than I wish (refer to second image.) Is it possible to make it into a square size, as I don't want to reveal the whole picture in the preview?
     

    Attached Files:

  2. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Can you please share the link of your website.
     
  3. stephenc

    stephenc New Member

    Joined:
    Nov 3, 2012
    Messages:
    6
    Likes Received:
    0
    Sure.
    Link to my webiste: www.chansquaredmedia.com

    The photo gallery can be viewed under photo booth -> Photographs
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.We have seen your website everything is working fine, Please specify in which browser you have getting this issue.

    2.Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    ul.thumbnail li img {
    height: 120px;
    width: 137px;
    }
     
  5. stephenc

    stephenc New Member

    Joined:
    Nov 3, 2012
    Messages:
    6
    Likes Received:
    0
    The image is still not centered when I click on it.
    I am currently using Google Chrome, Version 23.0.1271.101.
    I also tested the website out in Safari, Version 6.0.2., but the same problem still occurs.


    Also, how do you center the thumbnails on the page?
    I only want 3 pictures in 1 row, so there are extra space left on the right side.

    Thank you
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160

Share This Page