editing gallery space with function.php
-
Was reading on the aesop site about how to add space between gallery images and this is exactly what i’ve been looking to do however it’s not working for me.
I have the function.php setup in a child theme with this code
<?php add_filter("aesop_grid_gallery_space", "myGallerySpace"); function myGallerySpace(){ return 60; } ?>
Is this correct, should the function.php be setup in the plugin folder?
Is there any other way around this like adding a margin via css?thank you,
-chris
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘editing gallery space with function.php’ is closed to new replies.