Wes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Web pages too wide for Safari and ChromeI figured out a solution. Placing this code in the stylesheet eliminated the problem.
html, body { max-width: 100%; overflow-x: hidden; }Everything looks good now.
Thanks!
Forum: Fixing WordPress
In reply to: Web pages too wide for Safari and ChromeYes, I have cleared my browser cache but still have the problem.
Thanks for the screenshot. It helped me to see there is something wrong with the way the page is displaying. I didn’t notice it on my own screen.
The slider pic is supposed to go all the way to the edge, but it doesn’t. On my screen, it does, but I have the extra white space to the right on every page.
I have tried adjusting the page width (from 1100 to 850), which eliminates the white space but makes the overall page width seem to narrow (too large a margin on both sides.)
Forum: Fixing WordPress
In reply to: Web pages too wide for Safari and ChromeThanks for your reply, James. I guess this is good news that it looks ok from your end. I am using Safari 7.1 and Chrome 38.0.2125.104.
I thought I had unknowingly zoomed in, causing the zoomed view to be too large for the browser, but I checked this in both browsers and this is not the case.
Could it be the page width setting (1100px)? Do I even need a page width setting?
Thanks!