- This topic has 1 reply, 2 voices, and was last updated 9 years, 9 months ago by .
 
Viewing 2 posts - 1 through 2 (of 2 total)
	
Viewing 2 posts - 1 through 2 (of 2 total)
	
- You must be logged in to reply to this topic.
 
Home › Forums › All Other Themes › SKT Restro – Galery
I have a little problem with the gallery in the Restro theme. At first the images are displayed in the grid nicely, but when I click one of the categories there are suddenly some white spaces without images. This way he grid looks a bit messed up.
Here’s a link to my website: http://ijsselpaviljoen.nl/gallerij/
Hopefully you can help me out.
Regards,
Riewart
Hi Riewart,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Add this css code in custom css box
.gallery .clear {
    display: none;
}
Regards,
Shri
