Hi, Based on previous threads, I had followed this suggestion to remove/hide the orange Post/Submit Ad button on the Small Mobile max. width 480 version only - with the following modification to this file : /geocrafttheme/css/media-screen.css Modification in this section of the file: Code: @media only screen and (max-width: 480px) { #wrap{ margin-left: 10px; } .jcarousel-skin-tango .jcarousel-container-horizontal { width: 246px; } .logo{ text-align:center; margin-left: 30px; } .header_wrapper .header .post_btn{ display: none; <<<<<<<<<<<<<<<<<<add display none and comment out lines below /* margin-top: 10px; margin-bottom: 30px; margin-left: 60px; */ } On my dev site, it was fine - but now that I have installed ver. 1.8 to my next site and trying to apply the same modifications, I am seeing the large grey area displayed, presumably where the button would normally be displayed. How do I remove this grey area? I can PM you the info to access site if necessary as it is currently in maintenance mode. Thank you! CJ