• I managed to widen the text area through a css code I found on another thread.
    It works, but the text is a little centered to the right, to many whitespace on the left.
    This is what I used

    
    
    @media screen and (min-width: 1068px) {
    body.page .entry-header, body.single .entry-header 
    {
            width: 100%;
    	margin-left: 0 !important;
    	left: 0 !important;
    }
    	.entry-author,
    	.entry-content,
    	.entry-footer {
    		padding-right: 80px;
    		padding-left: 0;
    		width: 968px;
    	}
    }

    the website is https://beenhakkers.nl

    Any solutions to get the text centered??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hansbeen

    (@hansbeen)

    I noticed today that the blog-page as the only page has the title left, and that shifts the whole text out of the browser screen on a desktop computer.
    https://beenhakkers.nl/nieuws/

    • This reply was modified 7 years, 11 months ago by hansbeen.

    It would be good if the loop formatted as the page loop does. Unfortunately, it makes a mess of a listing of the blogs if you want it to appear like an ordinary page.

    Have you also noticed that the excerpts don’t work in the theme? I set excerpts rather than full text, yet it does not pick up that option.

    I’ve found that somehow the blog page has a class called .page-header

    Adding the css not to display that class doesn’t make it a one-column, unfortunately, so you’re left with a huge blank space at the space where the page title was earlier. I think this is something for a child theme. Although I don’t understand why the blog page is the only one of the pages that doesn’t accept the one-column setting like all the other pages do.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to widen the text area of Twenty Seven and keep it centered’ is closed to new replies.