• Hi
    Could someone help me having the post centered when they are showed?
    I’ve done the background color of dark red to understand what I want

    .sticky {
    }
    .single .hentry,
    .error404 .hentry,
    .page .hentry,
    .search-no-results .no-results {
    width: 100%;
    background: #990000;
    }

    If you look here: http://www.ivian.ro/140601-spectacol-gimnastica/
    you will see that the red area is not centered in the page, there is still a white are in the right side under the menu. The red area does not go under the menu how I would like

    thank you for your support
    Ivian

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

    (@ivianpaun)

    Have succeed to do this by modifying the main CSS from the theme, but still can figure out how to have this done within the child theme as “.content-area” modified like this only in child theme does not have any results, somehow is needed to get the heritage from the “Layout” and can’t seem to figure out how

    If anyone could help would be great.

    Bellow is the modification within the style.css from the main theme

    /* =Layout
    ———————————————– */
    …….
    .error404 .content-area {
    clear: both;
    /* margin: 0 auto; */
    /*width: 800px;*/
    width: 92%;
    }

Viewing 1 replies (of 1 total)

The topic ‘Centering only post area’ is closed to new replies.