Wordpress Issue......

4 replies
  • WEB DESIGN
  • |
Out of the blue, I can't change the size of the content box on my site. It has a "layout" control in the customize area, and the control was working fine. Then, for some unknown reason, it quite working. I did install a plug in right before it happened, then uninstalled it hoping that would fix the issue. Can someone look at the source code and tell me what the problem might be? Are You Ready For A New Adventure? - The Traveling House Sitter
#issue #wordpress
  • Profile picture of the author David V
    Clear the browser cache first.

    Also the width seems to be related to this inline css

    Code:
    .site {
    		margin: 20px auto 80px auto;
    		max-width: 960px;
    		width: 94%;
    	}
    ...So the theme options must modify these, assuming your talking about the main page content.

    Did you deactivate the offending plugin or uninstall?

    It's setting may still be in place if it was deactivated.
    {{ DiscussionBoard.errors[9975864].message }}
  • Profile picture of the author Justin Tyme
    Did wordpress update?

    Did the theme update?
    {{ DiscussionBoard.errors[9975882].message }}
    • Profile picture of the author jester573
      Yeah, I cleared the cache, and it was a complete uninstall on the plug in. It has a "box" or"fullscreen" option in the controls, and it acts like it stays on full screen when you toggle. It would change in live preview before, but doesn't now. It says that everything is up to date, so no issues there, unless they disabled that feature. Surely not? Is there a way that I can set the theme back to default, or completely uninstall the theme, and then reinstall?
      {{ DiscussionBoard.errors[9975934].message }}
  • Profile picture of the author jester573
    Update: I was able to delete the theme and reinstall, so I am back on track. Thanks for the help, guys!
    {{ DiscussionBoard.errors[9975981].message }}

Trending Topics