• Resolved TimoElshof

    (@timoelshof)


    Hello,

    I want to increase the width of this one-column page to the same width of my navigation bar: http://www.timoelshof.nl/technische-unie/ as I want to have displayed a website with the help of an Iframe on this page.

    I have already added this code to my .css in my Childs Theme which does help a little.

    .singular.page .hentry {padding:none;}
    .singular .entry-header,
    .singular .entry-content,
    .singular footer.entry-meta,
    .singular #comments-title {
    width: 100%;
    }

    Can anybody tell me how increase the width of my one-column page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    .singular #content {
     margin: 0;
    }
    Thread Starter TimoElshof

    (@timoelshof)

    Thanks! Now I have to modify the Iframe to display the website at full width. A new challenge 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full page width Twenty Eleven theme’ is closed to new replies.