• HAllo

    i just installes 20 17 and adapting my blog in it
    i would like to reduce the width of the left column and set the right one bigger (1/3 the left one and 2/3 the right one)
    i’m not a code manipulator, when i opened style i can’t finde a row to modify

Viewing 1 replies (of 1 total)
  • try to add something like this via the ‘customize – additional CSS’ feature:

    @media screen and (min-width: 48em) {
    
       .blog:not(.has-sidebar) #primary article, .archive:not(.page-one-column):not(.has-sidebar) #primary article, .search:not(.has-sidebar) #primary article, .error404:not(.has-sidebar) #primary .page-content, .error404.has-sidebar #primary .page-content, body.page-two-column:not(.archive) #primary .entry-content, body.page-two-column #comments
       { width: 66%; }
    
       body:not(.has-sidebar):not(.page-one-column) .page-header, body.has-sidebar.error404 #primary .page-header, body.page-two-column:not(.archive) #primary .entry-header, body.page-two-column.archive:not(.has-sidebar) #primary .page-header
       { width: 28%; }
    
    }
Viewing 1 replies (of 1 total)

The topic ‘left column width’ is closed to new replies.