Increasing the content space on my blog

  • Unknown's avatar

    Hi,

    I need help with increasing the space in my content block which seems to be of fixed width as of now.

    Can I increase it? Please help.

    Regards
    G

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi G, give this a try and see if it helps. Should clean up some of the extra padding that was throwing off your formatting:

    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    	margin: 0 auto;
    	max-width: 0px;
    }
    @media screen and (min-width: 673px) {
    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
    padding-right: 0px;
    padding-left: 0px;
    }
    }
    @media screen and (min-width: 1040px) {
    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
    padding-right: 0px; */
    padding-left: 0px; */
    }
    }
  • The topic ‘Increasing the content space on my blog’ is closed to new replies.