Increasing content Width on Flounder Theme

  • Unknown's avatar

    I would like to increase the main coloumn width on the Flounder theme. Does anyone know the CSS code for this

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

  • Hi there,

    Try this code. Had to adjust sidebar width as well:

    .content-area {
      width: 1400px;
      margin-left: -80px;
    }
    
    .entry-content, .entry-summary, .comment-links, .comments-area {
      padding: 20px;
      margin: 0 23% 0 0;
    }
    
    footer.entry-meta {
      width: 21.4705882%;
      left: 30px;
    }
    
    .sidebar-bg {
      right: 0;
      width: 23.3905882%;
    }

    Adjust as desired.

  • The topic ‘Increasing content Width on Flounder Theme’ is closed to new replies.