Forum Replies Created

Viewing 31 replies (of 31 total)
  • Thread Starter gcoulby

    (@gcoulby)

    i figured it out with a simple reset. However, for some reason it wasn’t working. However, there was a conflict in my reset. I applied this to the theme.

    body .site {
    	margin-top: 0px;
    	padding: 0px;
    }
    
    .site {
    	max-width: 1400px;				/* EDIT WIDTH (for dynamic width type max-width: none; )  */
    	padding: 0px;
    }
    
    #main {
    	padding-left: 40px;
    }
    
    .site-title, .site-description {
    	margin-left: 40px;
    }

    It worked a treat thanks for the response.

Viewing 31 replies (of 31 total)