Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

if you scroll to the right the page has a black background WordPress

  • SOLVED

Hi,

I am trying to figure out why in the browser for this template it shows a scroll to the right bar and shows a black background to the right

https://www.roundpointmortgage.com/asdf123/

Answers (1)

2013-04-30

Yakir Sitbon answers:

You are using with "float" for style.. You need use margin: 0 auto for center element.

Good luck.


Greg Ellett comments:

can you help me identify where to fix that?


Yakir Sitbon comments:

All your work is not correct in the first place.
I just tell you.. You need stop using with "float" if you you are use one block in the line. And after that, if you want put element to center, you should use with "margin: 0 auto; width: 960px" (960px for example).

Are you understanding me?


Yakir Sitbon comments:

BUT, in file: https://www.roundpointmortgage.com/asdf123/wp-content/themes/u-design/styles/style1/css/style.css
line: 96

Just remove this line: padding-right: 670px !important;

Tell me if its work for you.


Greg Ellett comments:

perfect, yes you are right about the float, but just trying to fix a mess I got as a "gift". Thanks!


Yakir Sitbon comments:

No problem. :)