HEX
Server: Apache
System: Linux cp4.skywebbox.com 5.14.0-503.15.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 28 07:25:19 EST 2024 x86_64
User: alfouzantranspor (1054)
PHP: 8.3.23
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/alfouzantranspor/www/wp-content/themes/digital-download-1/sass/pages/_full-width.scss
.full-width{

	#primary{
		width: 100%;
		margin-right: 0;
	} /*primary*/

	.popular-posts .post-holder .col{
		width: 31%;

		&:last-child{display: none;}
	}

} /*full-width*/

.single.full-width.centered, 
.page.full-width.centered{

	#primary{

		.post, 
        .page{

			.text-holder{
				max-width: 770px;
				margin: 0 auto;
			} /*text-holder*/

		} /*post*/

		.newsletter{
			max-width: 770px;
			margin: 0 auto;
		} //newsletter

	} /*primary*/

	.author-section{
		max-width: 770px;
		margin: 0 auto 60px;
	} /*author-section*/

	.newsletter-section{
		max-width: 770px;
		margin: 0 auto 20px;
	} /*newsletter-section*/

	.site-main .post-navigation{
		max-width: 770px;
		margin: 0 auto 60px;
	} /*post-navigation*/

	.popular-posts{
		max-width: 770px;
		margin: 0 auto 60px;

		.col{
			width: 48%;

			&:last-child{display: block;}

		} /*col*/

	} /*popular-post*/

	.comments-area{
		max-width: 770px;
		margin: 0 auto;
	} /*comments-area*/


	
} /*centered*/

@media only screen and (max-width: 767px){

	.full-width{

		.popular-posts{

			.post-holder{

				.col{width: 100%;} //col

			} //post-holder

		} //popular-post

	} //full-width

	.single.full-width.centered .popular-posts .col{width: 100%;}

} //media