Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #116986
    prafulla
    Participant

    create a Home page with template no sidebar (full width) and add a image gallery in to it . image gallery is not center align.
    my site Url http://crowded-goosander.w2.poopy.life/

    #116994
    Mahesh
    Keymaster

    @praulla: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .gallery.galleryid-42.gallery-columns-4.gallery-size-medium {
        text-align: center;
    }
    
    .page .gallery figure.gallery-item {
    	float: none;
    	display: inline-block;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘create front page gallery isssue’ is closed to new replies.