• Resolved bloggingbeats

    (@amitgargjind)


    Hi

    How can I reduce the post content width?

    Customizing ? Layout
    Container

    When I decrease here, it also decreases the header (Logo + Menus) width as well.

    I just want to decrease the post content area width.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi there,

    try this CSS:

    .single-post #page {
        max-width: 760px;
    }

    I have assumed your site is not using sidebars on any posts.

    Thread Starter bloggingbeats

    (@amitgargjind)

    Thanks, David

    I also want to reduce header height that includes Logos and primary menu.

    Theme Author Tom

    (@edge22)

    Hi there,

    To do that, you need to reduce the header padding.

    Our pro version allows you to do that in the Customizer, but you can also use CSS like this:

    .inside-header {
        padding: 20px;
    }

    Let me know if you need more info ??

    Thread Starter bloggingbeats

    (@amitgargjind)

    Hey Tom

    It’s not working

    Actually I want to reduce Header height that includes a logo and primary menu.

    Please help.

    • This reply was modified 4 years, 10 months ago by bloggingbeats.

    I cannot see the CSS in the sites code?
    Add it back in and make sure your browser cache is cleared, if you cant see the change leave the code in place so we can take a look.

    Thread Starter bloggingbeats

    (@amitgargjind)

    Oh yeah, it’s working

    Thank you so much, David.

    Glad we could be of help

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘post content width’ is closed to new replies.