foreman23
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: centering fluid background image? css/jqueryAlright, I was able to find the code that was referring to in the header.php file, so I fixed that and the background image is back.
However, it still isn’t staying horizontally centered when I resize the browser window…trying to figure that out now.
<body id="top" <?php body_class(); ?> style="background: url(http://www.peterandjohn.org/wp-content/uploads/2013/01/site-wallpaper.jpg) repeat 0 0;">Forum: Fixing WordPress
In reply to: centering fluid background image? css/jqueryMan, not sure what’s up then. I disabled the plugin but then the background image disappeared altogether, even with that code in the css body tag :/
Forum: Fixing WordPress
In reply to: centering fluid background image? css/jqueryOr do i need to then go to the appropriate php templates and call the background image in?
Forum: Fixing WordPress
In reply to: centering fluid background image? css/jqueryI tried that but must’ve done something wrong.
All I should have to do is paste the css background image code into the main stylesheet with the first occurence of the body tag as below, right?/* ===== 1. General & Common Styles ========= */ body{position:relative; background-image : url('http://www.peterandjohn.org/wp-content/uploads/2013/01/site-wallpaper.jpg'); background-repeat : no-repeat; background-position : 50% 50%; background-attachment : fixed; color : #000000; margin : 0; }Forum: Fixing WordPress
In reply to: centering fluid background image? css/jquerysure, it’s in the above code as ‘site-wallpaper.jpg’