Viewing 8 replies - 1 through 8 (of 8 total)
  • please post a link to a page which is using the template, to illustrate the problem.

    for fundamental formatting problems like this, try working with a browser tool (such as Firebug https://getfirebug.com/) to investigate the involved css styles.

    Thread Starter dantemer

    (@dantemer)

    Site is: https://www.nostalgia-now.com/test-shop/

    Tested in IE, Chrome, Firefox and with two different cart scripts @ 1280 x 1024 resolution. I can not get the page to take the entire width of the screen and the cart displays a scroll link on the bottom.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you using a Child Theme or have you a custom style/css plugin?

    Just to clarify, are you trying to make the post with “Test Shop” as the title take up the entire page width? Or just take up the 1000px container in the middle?

    This:
    https://www.codebotics.co.uk/files/1.png”
    or this:
    https://www.codebotics.co.uk/files/2.png”

    Thread Starter dantemer

    (@dantemer)

    “are you trying to make the post with “Test Shop” as the title take up the entire page width?” Yes as shown in the second pic posted.

    Thread Starter dantemer

    (@dantemer)

    Here is what I have, I believe all I’m missing is how to call the proper container style in the template.
    1) I created a new page template, specifically for the store.
    2) I located the CSS style and added the following:
    #store { width: 90%;
    margin: 0 auto;}

    Just not clear on how to call the #store style.

    there is no css id #store in that linked page.

    try to add something like this to style.css:

    .page-template-page-nosidenocomm-php #primary { width: 100%; }
    .page-template-page-nosidenocomm-php article { padding: 10px; }

    the second line is optional.

    Thread Starter dantemer

    (@dantemer)

    alchymyth – Works perfect, thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Patchwork Theme Page Width Template’ is closed to new replies.