• Resolved liquidenvy

    (@liquidenvy)


    I’m using Artworks Responsive Theme from Dessign (https://www.dessign.net/art-works-responsive-theme-free-2013/) which is an outside source, but I’m hoping someone who has less rudimentary skills than me might be able to help, as support isn’t offered by the designer. Really, rudimentary is a generous term for my programming abilities.

    I’ve set up the theme, but the thumbnails I want to put on the page are quite a bit smaller than the default. Because it’s responsive, it tries to make up for that, and now I’ve got rows with weird whitespace:

    https://www.vividcovers.com

    Any ides on how to solve this? Ideally, I’d want 4 thumbnails to a row on my 1366×768 screen.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter liquidenvy

    (@liquidenvy)

    I just wanted to update this with my fix, in case it’s helpful to anyone else – I changed the number sequence in index.php to:

    <?php if($x == 3 || $x == 7 || $x == 11 || $x == 15 || $x == 19 || $x == 23 || $x == 27 || $x == 31 || $x == 35|| $x == 39 || $x == 43 || $x == 47 || $x == 51 || $x == 55 || $x == 59 || $x == 63 || $x == 67 || $x == 71 || $x == 75 || $x == 79 || $x == 83 || $x == 87) { ?>

    Hello. How did you fix it? My site doesn’t show the thumbnail…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Artworks Responsive Theme, thumbnail spacing issue’ is closed to new replies.