Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #177665
    fayyaz.c
    Member
    Post count: 25

    Hi,

    What CSS classes do I need to amend to make a narrow width blog post? This should include the page title, post meta and the actual body of the blog post.

    Thank you,

    Fayyaz

    #177673
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    @media only screen and (min-width: 769px) { 
    .single-post #page-wrap > .container {
      padding: 0 8%;
    }
    }

    – Kyle

    #177676
    fayyaz.c
    Member
    Post count: 25

    Hi,

    Thank you very much Kyle. Worked perfectly.

    #177677
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.