website in full width theme oxford

  • Unknown's avatar

    when i view my site on desktop, there is a lot of space on the right.
    is there a way that my website will be more in full width, so that there isn’t so much space on the left

    on the right there is a space for my menu. i also find that space big.. can that be a little bit more smaller?
    http://www.thalisha.com

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi, add this to the bottom of your custom CSS and see what you think.

    @media screen and (min-width: 768px) {
    	.bg-lf.post.has-post-thumbnail .janice-grid-post {
    	  margin-right: 10%;
    		margin-left: 10%;
    		width: 80%;
      }
    }
    @media screen and (min-width: 992px) {
    	.bg-lf.post.has-post-thumbnail .janice-grid-post {
    	  margin-right: 15%;
    		margin-left: 15%;
    		width: 70%;
      }
    }
    @media screen and (min-width: 1200px) {
    	.bg-lf.post.has-post-thumbnail .janice-grid-post {
    		margin-right: 20%;
    		margin-left: 20%;
    		width: 60%;
    	}
    }
  • The topic ‘website in full width theme oxford’ is closed to new replies.