• tmc5005

    (@tmc5005)


    I am using the papyrus theme and having trouble with the page width the comment box goes beyond the width of the page and the sidebars are appearing below rather than to the side of the page.
    The website is https://www.yourgreenflooring.com
    Does anyone know how I can get these widths correct?
    Thank you
    Tom

Viewing 4 replies - 1 through 4 (of 4 total)
  • Michael

    (@alchymyth)

    your site has html validation errors:
    https://validator.w3.org/check?uri=http%3A%2F%2Fwww.yourgreenflooring.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

    you seem to have modified the theme (quite a bit) and added/removed html tags at the wrong locations.

    for instance, if you compare the structure of single.php and page.php, you might see that you need to wrap your newly added comment code of page.php into
    <div class="entry">

    i.e.:

    <div class="entry">
    		<?php comments_template(); ?>
    	  </div>

    this helps a bit;
    but there are also issues with the changed with of the content area, etc..

    I would suggest to go back to the original theme, and re-construct the modifications, taking more care to keep the code valid, and edit the styles stp-by-step with testing the effects after each change.

    Thread Starter tmc5005

    (@tmc5005)

    Thank you.
    I deleted and reinstalled the theme but still have an obvious problem with my sidebar. Do you have any suggestions on how to best repair this?
    Thank you
    Tom

    Michael

    (@alchymyth)

    try to clear the browser cache;

    I checked in Firefox and it looked ok.

    Thread Starter tmc5005

    (@tmc5005)

    thanks
    It seeems to be working right now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Papyrus theme page width’ is closed to new replies.