• Resolved a_usman

    (@a_usman)


    Hi Rich Tabor,

    Your theme is very beautiful. But, it shows the article content in full width. Could you please provide the CSS classes to make the content appear in accordance with the width of comments and post title??

    • This topic was modified 6 years, 10 months ago by a_usman.
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 ‘Article Content is showing in full width’ is closed to new replies.