Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #274772
    lewgard
    Participant

    Hello,

    I would like to know how to reduce overall width of posts and pages when selecting ‘no sidebar’. When selected, the appearance is too wide on desktop and therefore hard to read.

    I tried adding this custom CSS:

    .content-area{
    width: 70%;
    }

    but too much space where the sidebar was.

    Can you please help me figure this out ?

    Thanks you.

    #274803
    Skandha
    Participant

    @lewgard: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #275077
    lewgard
    Participant

    Sorry… https://thewaryworker.com/

    I think I figured it out. I added this to the customizer, additional CSS:

    /* To make content container smaller but still wide with with no sidebar*/
    .single-post.no-sidebar #main {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    }

    Looks like it works.

    Thank you.

    #275141
    Skandha
    Participant

    @lewgard: Glad you were able to figure it out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full width without sidebar too wide. How cna I change it ?’ is closed to new replies.