Forums » Support
Background Image Help!
zerog
UNITED STATES
2008-04-25 15:50:42
 

Im working on this at the moment,
http://www.fergusfeehily.com

On the main page (home page) I want the background not to tile like it is right now. Looking at the css code through my firefox web dev toolkit I can see that there is an embedded style which is telling the background image to start at 215pixels out from the left. I cant find a style sheet for this anywhere.

i would love to have the background start at 0 but im pulling my hair out!

Thank you!!!

zerog
UNITED STATES
2008-04-25 16:05:39
 

im also looking to reduce the size of the link to indexhibit to the same height as the text above, cheers

simon
BELGIUM
2008-04-25 22:19:49
 

You can set this in the exhibit.backgrounded.php file, in the plugin folder.
It's line 81 !

;)

Vaska
I WROTE THIS
2008-04-26 04:25:29
 

^ No that's plain wrong (they aren't using that format here).

You will need to customize the plugin that controls the position of the background image...it's in the file /ndxz-studio/site/plugin/index.php. Search through the code and find:


background-position: 215px 0;

And change to:


background-position: 0 0;

But you know, there is a white background on the menu div...so be on the lookout for that as well.

Showing 1 - 4 of 4 posts in Forum > Support > Background Image Help!
 

You need to be logged in to post.