Reply To: Help with Final Tweaks

Homepage Community Forums Optimal Theme Support Help with Final Tweaks Reply To: Help with Final Tweaks

#15758
Wes
Moderator

    I apologize for responding so late, I never got an Email notification when you replied….sometimes that happens (hopefully I can figure out why that’s happening).

    Anyways, do you remember what changes you made to the css? For some reason this entire section is missing from your CSS –

    @media only screen and (max-width: 1180px) {
    
    	.wrap,
    	.site-header {
    		max-width: 960px;
    	}
    
    	.content-sidebar-sidebar .content-sidebar-wrap,
    	.sidebar-content-sidebar .content-sidebar-wrap,
    	.sidebar-sidebar-content .content-sidebar-wrap {
    		width: 740px;
    	}
    
    	.content {
    		width: 620px;
    	}
    	
    	.site-header .widget-area {
    		width: 590px;
    	}
    
    	.sidebar-content-sidebar .content,
    	.sidebar-sidebar-content .content,
    	.content-sidebar-sidebar .content {
    		width: 400px;
    	}
    
    	.sidebar-primary,
    	.title-area {
    		width: 300px;
    	}
    
    }

    I would add that at the top of your Responsive CSS section and it should fix most of the issues….if not, just let me know.