• My site is https://daytonaluxuryrealestate.com and I would like to find the portion of my css that is causing the horizontal scroll bar to appear at the bottom of my site. I have tried using solution from several other forums to resolve my issue with the horizontal scroll bar but have not been successful. Any suggestions are appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You might try adding overflow-x:hidden; under “body” in the style sheet, but I’m not sure how reliable it is in IE.

    more specific, it seems to be the translator flags overflowing;

    try to add this to style.css:

    #global-translator { overflow: hidden; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Horizonal Scroll Bar Issue’ is closed to new replies.