badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Not Full Width

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #66102
    Rufando
    Participant

    I want my website as Boxed and NOR Fullwidth,

    How to make the sized Boxed? Thank you

    #66103
    Rufando
    Participant

    *NOT

    #66147

    Hi @restyumali-sl,

    To make the site in boxed layout then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .site {
    	width: 100%;
    	max-width: 1140px;
    	margin-left: auto;
    	margin-right: auto;
    	background-color: #f4f4f4;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    @media (max-width: 1199px) {
    	.site {
    		max-width: 960px;
    	}
    }
    @media (max-width: 991px) {
    	.site {
    		max-width: 720px;
    	}	
    }
    #66391
    Rufando
    Participant

    Thanks a lot

    #66426

    Welcome anytime 😉

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.