• Resolved mknapp2014

    (@mknapp2014)


    Hi there. I’m using the twenty fourteen theme. A few of our pages need to have the right-side “content sidebar” widget visibility removed, which was easy enough to do via Jetpack. But now that the widget is removed, the page alignment has shifted to the right.

    Here’s an example: http://bristolbayecohealth.org/?page_id=101

    I’d like to get the alignment over to the left. I have a hunch the answer is simple, but I’m still stumped.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Adrian Houle

    (@adrian-houle)

    The page was being held to the left by the existence of the sidebar.

    You could use CSS to change the right margin, and you could also increase the width of the post to take up some of the available space. It depends on what you wan’t from a design point of view.

    Thread Starter mknapp2014

    (@mknapp2014)

    Thanks for pointing me in the right direction Adrian.

    I added the following code to my child theme css template and it worked fine:

    /*Adjust alignment to the left on data tables */
    .full-width .site-content .entry-header,
    .full-width .site-content .entry-content {
     margin-left: 0;
     margin-right: 50;
     max-width: 100%;
     max-height: 100%;
     width: 950px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page alignment altered when widget removed’ is closed to new replies.