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

    Me too. The show pages are real wide and info is trailing off the right and left side of the page on the show page.

    Any info would be great…

    Does it need to be updated to the most recent WP core?

    🙂

    Greg

    @tpoconno

    As a temp workaround, use the “Custom CSS” plugin or similar method and try:

    div#content {
    padding-left: 15%;
    padding-right: 15%;
    }

    This worked for me but just play with the numbers higher or lower until it works for your site (you can use % or px behind the numbers.

    Let me know if that works for you too (did for me).

    🙂

    I have noticed several sections where the formatting of other pages are off or out of whack too. I think it just needs a update after all the recent WordPress core updates perhaps.

    I am sure the author will be getting it soon . . .

    🙂

    CORRECTION:

    .single-show div#content {
    padding-left: 15%;
    padding-right: 15%;
    }

    Thread Starter tpoconno

    (@tpoconno)

    Thanks for the info, will give it a try and report back!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show Page Issue After Update’ is closed to new replies.