Wordpress Background

by 2 replies
2
I am having trouble with a new wordpress theme I am trying to build and wonder if you could let me know what the problem is. I have a background image in a div defined by the css, but it doesn't show in wordpress.

Here is the css of the div:

Code:
 #Section1Wrapper {

width: 100%;

margin: auto;

background-image : url("http://getezwebsites.com/Wordy/wp-content/themes/Wordy/images/backgroundTemplateStyle1.jpg"); 

background-size : 100% 300px; 

background-position: bottom;

float : left;

height: 400px;
}
#website design #background #wordpress
  • I'm unable to find a div with the id #Section1Wrapper. I would check the html out.
    • [1] reply

Next Topics on Trending Feed

  • 2

    I am having trouble with a new wordpress theme I am trying to build and wonder if you could let me know what the problem is. I have a background image in a div defined by the css, but it doesn't show in wordpress. Here is the css of the div: