Do not count for advertising, here is the page: http://jakeroid.com/ . Reduce the browser window in width, so that it becomes less than 1024px. Scroll the horizontal scroll bar to the right. The top black block is not stretched to the end of the screen.

alt text

Is there any way to fix this?

    1 answer 1

    easiest

    #top{ min-width: 1024px; } 
    • Thank. This makes the top at least 1024px. And how can I do something that would be like in full-screen mode - from the left end of the browser to the right? - Jakeroid
    • understood nothing. If you add a min-width, then this will not allow the diva to decrease by less than 1024 pixels, but if the screen resolution is larger, it will perfectly stretch to the end - FLK
    • Is it possible to remove this gap? clck.ru/1-Y8i - Jakeroid
    • style.css 208 line #top_content , left:25px replaced by padding-left:50px - FLK
    • It remains the same. Anyway, thank you so much! - Jakeroid pm