Hi, Is there a way where i can insert an image/banner which stretches within the entire header container with no logo inserted.? Thanks
Hello, Set background image as following code in header-container to display an image/banner which stretches within the entire header container. Code: .header-container { background: #4c5f1d url(images/header-bg-1.png) repeat-x; } It will resolve your issue. Thanks & Regards Yogesh Bhade