• Resolved jedicolin

    (@jedicolin)


    All my ‘pages’ are full width.

    How can I make my ‘post’ pages full width too?

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jedicolin

    (@jedicolin)

    Forgot to say, for some reason the ‘sidebar’ is at the bottom of the post page.

    Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Dynamic News.

    Right now the theme does not have a full width template for posts. You can only hide the sidebar with CSS and set the width of the content area to 100%:

    .single-post #content {
        width: 100%;
    }
    
    .single-post #sidebar{
        display: none;
    }

    Best,
    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Width Post’ is closed to new replies.