I'm pretty new to web design. I know more about the server side. I'm making a webcam website; www.camtheplanet.com. I'm working with a template in Joomla and I can't figure out how to get rid of a black box that's left, once I remove the logo. You can see what I'm talking about at the above URL. Any advice would be greatly appreciated.
|
migrated from webmasters.stackexchange.com Jun 25 '12 at 1:31
|
If you mean that big black box across the entire site just below your navigation bar. That's a big graphic. To be exact that is being set in this file Line ID If you delete the image using Chrome Developer tool you'll see this image is pretty big and also include the blue navigation bar. The image is 1x920px and repeated. So it's a quick cheap, bad design because removing it means you'll have to redo some of the CSS, and HTML in the templates to keep your navigation bar background (blue color) and do the main bg area again. Or change |
|||
|
|
|
CSS You will need to edit the background picture
If you delete |
||||
|
|