• Thank you for the great theme!

    I have a problem customizing it. I would like to use “Post – No Sidebar” (no full width, but max-width) template by default whem making a new post, but there’s no such option (just “Display post full-width (no sidebar)?”). There’s such option when making a new page (“Page – No Sidebar”). Can you tell me how to do it?

    PS! I’m familiar with PHP, but there’re quite a many PHP-files in your theme and i couldn’t find any documentation about them, so it’s pretty much “guessing and trying”.

Viewing 1 replies (of 1 total)
  • Thread Starter OSsu

    (@ossu)

    Ok, i think i’ve found a solution… sort of. I could always do #secondary { display: none } of course, but then the sidebar would still be rendered and i didn’t want that. So that’s what i did instead:

    First i deleted everything from sidebar.php.

    Then i added two declarations to my child-theme’s main css:

    .container {
    	max-width: 750px;
    }
    
    .col-md-8 {
        width: 100%;
    }

    It seems to be working now (still have to do some testing). But lmk if there’s a more appropriate solution.

Viewing 1 replies (of 1 total)
  • The topic ‘Posts with max-width content and no sidebar by default?’ is closed to new replies.