• Resolved Joni

    (@jemerald)


    Hi everyone,

    Would love a tweak on this… I have followed the steps in this article for creating a full width template and implementing it on my website. https://www.ads-software.com/support/topic/full-width-page-template-2?replies=12

    The only issue I’m having is that I don’t want the content to stretch the entire width of the screen; I would like it to be about 1000px wide, so there is padding on either side of the main content.

    My full width page template references (accurately) this CSS:

    .entry-header-full,
    .entry-content-full,
    .entry-summary-full,
    .entry-meta-full {
    	margin: 0 auto;
    	max-width: 1040px;
    	width: 100%;
    }

    …but doesn’t seem to conform to the max width of 1040!

    Any ideas?

    Thanks, Joni
    https://www.careerwithpurpose.org/weal

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Joni,

    The only issue I’m having is that I don’t want the content to stretch the entire width of the screen; I would like it to be about 1000px wide, so there is padding on either side of the main content.

    Try changing max-width: 1040px; to max-width: 1000px; in the above code.

    Best Regards,

    Thread Starter Joni

    (@jemerald)

    Hi WPMU DEV, thanks for the suggestion. I have tried different px widths and that didn’t change anything.

    However, somehow this problem has (magically?) fixed itself over the weekend so I guess I may have been doing the right thing but was impatient.

    Thanks for your help!

    Joni

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full width in Twenty Thirteen — too wide!’ is closed to new replies.