2 replies
  • WEB DESIGN
  • |
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;
}
#background #wordpress
  • I'm unable to find a div with the id #Section1Wrapper. I would check the html out.
    Signature
    Premium WooCommerce & WordPress Plugins $10/ea. or FREE With Membership. PluginForage.com
    {{ DiscussionBoard.errors[10156338].message }}
    • Profile picture of the author jbearnolimits
      Originally Posted by totalprocessing.net View Post

      I'm unable to find a div with the id #Section1Wrapper. I would check the html out.
      It's ok, I figured it out.
      {{ DiscussionBoard.errors[10156813].message }}

Trending Topics