• Hi, I’m using Fullscreen theme and this is my website: http://criscantonfotografia.tk

    I want the bottom thumbnails to be like the top thumbnails, the same size and number. I followed the theme instructions to do it, I set the same size, which is 320×320, in the style.css and in the home.php file, but it’s not working ok, because now there’s an empty space between each bottom thumbnail and also the last image on the right doesn’t show (I think that’s because it doesn’t fit in the screen because of these gaps between images).
    How can I fix this?
    Can anyone help, please?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi there,
    open style.css in your theme folder. Edit around line 102 … put this

    .thumbnail, .attachment-thumbnail {
        float: left;
    }

    instead of this

    .thumbnail, .attachment-thumbnail {
        float: left;
        margin: 0 1.5em 1.5em 0;
    }

    that should do the trick!

    Thread Starter krisstv

    (@krisstv)

    Thanks, but it’s not working, the gaps between images are still there. Any other advise?
    Please, help 🙂

    P.S.: I’ve found out why the last bottom image on the right doesn’t show, it depends on the browser :s

    Hey… but it DOES work.
    I see that you haven’t changed those lines of code. As soon as you do that, it will work!

    Thread Starter krisstv

    (@krisstv)

    Hi wearitwell, I changed those lines, but as soon as I saw that it didn’t work, I changed them again. I’ve modified again the lines so that you can see that is not working… Check it out

    Hey… works fine for me. I tried IE, Firefox and Safari… all great!
    Maybe you need to clear your cache?
    Which browser are you using?

    Thread Starter krisstv

    (@krisstv)

    Ok, NOW it’s working ok! It seems that it needs a few minutes to update. Seriously, I checked a few times after making the changes and it didn’t work, and now it looks ok…

    Thanks for the help!!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘fullscreen theme: change bottom thumbs size’ is closed to new replies.