• Resolved bharara

    (@bharara)


    Hi

    I am using this theme and have a problem
    The right sidebar is too large and the main content area is too small. I want to increase it. I have added in my child theme style.css this code

    .content-sidebar {
    margin-left: -20%;
    width: 20%;
    }

    This have shrinked the sidebar but the main area is still small. I have tried many codes like

    .content .box {
    min-width: 1000px;
    width: 1000px;
    }

    and .site-content { etc but not get any result

    Please help me
    I want to increase the size of main content area

Viewing 1 replies (of 1 total)
  • Thread Starter bharara

    (@bharara)

    Hey I get the answer

    I am leaving it here so the others can get any help from it

    I added this in my style.css of child theme

    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
        margin: auto 0;
        max-width: 950px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Increase content area site’ is closed to new replies.