How can I disable responsiveness? Is there a css file I can remove or a setting I can select? Or do I need to manually go through the style.css sheet and remove all @media screen
Hello, Geocraft theme is implemented on responsive framework. Switching it to non responsive framework require lot of customization. Responsive design is in demand now a days. so i think there is no need to switch it to non responsive theme. If you are getting some problem in it them please do let me know. I will check and resolve your issues. Thanks & Regards Gourav Shrivastava
Hey, the website is ashmoreplaza.com.au I have modified the stylesheet a little with the modifications starting on line 2679 under the rest. It won't let me upload the stylesheet so here are the modifications, if you would like the stylesheet emailed please let me know. Thank you for any help you can provide. Code: /*=======================================================*/ /* Custom */ /*=======================================================*/ body { background-color: #e6e6e6; } .header_wrapper { background: #e6e6e6 repeat-x bottom; } .sidebar { margin-right: 15px; margin-top: 15px; } /* Content Boxes ////////////////////////////////////////////////*/ .container_24 .grid_8 { background-color: #fff; padding: 20px; width: 270px; margin-top: 20px; } .container_24 .grid_16 { background-color: #fff; padding: 20px; width: 590px; margin-top: 20px; } .depth_article { background-color: #fff; padding: 20px; margin-top: 20px; } .fullwidth { background-color: #fff; padding: 20px; margin-top: 20px; } .container_24 .grid_12 { width: 450px; } .rev_slider_wrapper { margin-top: 20px!important; } /* End Content Boxes /////////////////////////////////////////////*/ .attachment-post-thumbnail { margin-top: 20px; } .header_wrapper { min-height: 0px; padding-bottom: 0px; } .header_wrapper .logo_wrapper { text-align: center; } #inquiry_form { margin-top: 20px; }
Hello, You can add your css in the Geocraft settings > Theme options > custom css. But the code you have shared contain some wrong css. like: .container_24 .grid_8, .container_24 .grid_16, .container_24 .grid_12 These are framework classes. Don't edit them. Thanks & Regards Nitesh Raghuwanshi