Two Child Pages instead of 3

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #611651

    If we set one of the Demo Child Pages to Draft, there are ony two, and they hug the left margin because they are set to 33.33%.

    What’s the nodification to have only two of child pages, and have them occupy the full width of that container?

    Thanks.

    #613640

    Hi Ken,

    We added this as a feature request and hope to fix it with a future update.
    For now to make them occupy the full width you can add these styles under Appearance > Customize > Additional CSS:

    @media screen and (min-width: 48em)
    {
    .entry-child-pages .hentry {
        width: 50%;
    }
    	.entry-child-pages-wrapper .hentry {
        margin: 0;
    }
    	}

    Let us know if it is how you want it to look!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.