Site stopped being responsive

Homepage Community Forums Epik Theme Support Site stopped being responsive

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8299
    ryandolankayak
    Customer

      Any help, I have tried deactivating plugins but the site just stopped adjusting widths, any help would be great

      http://www.ryandolanwebdesign.com

      #8329
      Wes
      Moderator

        You’re missing a bracket for the code on line 3880 in your css. It looks like this –

        .genesis-box .alignright {
        	background: #fff;
        	border: 1px solid #ddd;
        	float: right;
        	margin: 0 0 5px 10px;
        	padding: 7px;
        
        

        It should look like this –

        .genesis-box .alignright {
        	background: #fff;
        	border: 1px solid #ddd;
        	float: right;
        	margin: 0 0 5px 10px;
        	padding: 7px;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.