• Resolved casualwalk

    (@casualwalk)


    Your theme is very good.
    I’m making my site using coblocks theme.
    But I don’t konw how to make a same width as the width of comments and post title??
    Please let me know a solution of this problem.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Add the following code to your own css (child-theme or Edit CSS in the Appearance menu):

    .entry-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    padding-left: 20px;
    padding-right: 20px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘how to Adjust a width’ is closed to new replies.