By dc35 on
i'm trying to work with the ad.novus http://drupal.org/project/ad_novus theme and having a bear of a time.
take a look - http://img.photobucket.com/albums/v249/kdpsports/FN/LeaderNet-SloganTest...
anyone have any ideas what i have to edit in the CSS to get it all to match? or is this even a CSS issue??
Comments
this could definitely be
this could definitely be fixed with css. Are you familiar with firefox's addon firebug? I'd take a look at your code but it's kinda hard to bebug with just a pic of a page. If you could post a link to the actual page or one like it I could be more helpful
installing firebug right
installing firebug right now! thanks for the idea. here is the link to the page - http://uuphost.org/leadernet/ thanks for any help you can offer!
OMG, firebug is the best
OMG, firebug is the best thing ever! thank you sooo much for the recommendation!
Glad it helped! I can't
Glad it helped! I can't live withoug firebug now! lol Looks like you've already figured out your site too! Looks better already.
yeah, it has! but i still
yeah, it has! but i still can't figure out what is up with that white space at the bottom of the pages. ideas?
Yes, it's coming from your
Yes, it's coming from your body class:
notice the background color is set to white, which is why that is showing white. The background image that's being displayed is set to only repeat horizontally (repeat-x); If you change that background color from #FFFFFF to #FDF5F5 it should get rid of that white space for ya.
thank you kindly!
thank you kindly!