Mobile app version of vmapp.org
Login or Join
Pope3001725

: Issue with wordpress theme background on widescreen computers I am using the theme "irresistible" and I wanted to a add a picture of the person for whom I am building the site. Normally the

@Pope3001725

Posted in: #Css #Images #Wordpress

I am using the theme "irresistible" and I wanted to a add a picture of the person for whom I am building the site. Normally the background CSS uses repeat, but I don't want their picture to repeat i just want it all the way on the left side

body.woothemes {
background: #18191b url(images/bg.jpg);
background-repeat:no-repeat;
background-position:left top;
color: #e9e9e9 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
}

romesmooth1.jerseygetonline.com/
It doesn't repeat in Internet Explorer, but repeats in Firefox. In both it looks fine in a normal on a 17in LCD but not on a wide screen.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Pope3001725

1 Comments

Sorted by latest first Latest Oldest Best

 

@Samaraweera270

There's nothing wrong with your CSS as no-repeat will prevent it from repeating in all browsers. You may have an issue with speciificty though, i.e. another rule is overiding your background.

If the link you provided is the actual problem page, can you explain which background image we should be looking at?

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme