Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263704

    I absolutely love evything about this theme, but when placing images in posts I prefer to use the native wordpress image gallery.

    However, the image gallery is not properly spaced within the post.

    See http://www.fraservalleyartists.com/reach-gallery-museum-show-winners/

    What can I do to fix this?

    #263742

    Hi Michael!
    Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    
    #top .gallery .gallery-item {
    
    width: auto;
    height: auto;
    
    }
    

    Regards,
    Devin

    #263743

    Love you guys!!!!!!!!!!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘WordPress Native image gallery not showing properly’ is closed to new replies.