Components
53
Accordion Items Animated Gallery Basic Hero Basic Map Case Studies Feed Case Studies Hero Case Study Hero Case Study Slider Column Content Content Grid Content Image Content Slider Cta Cta Blocks Embed Block Enriched Accordion Error Event Feed Example Features Slider Full Width Image Hero Full Width Media Image And Form Image Content Image Split Content Image Stats Logo Slider Map Post Feed Pricing Publications Feed Simple Accordion Simple Header Simple Hero Solutions Animated Block Split Content Split Content Carousel Split Content Content Split Content Post Split Content Pricing Split Content Video Split Image Hero Stats Slider Team Carousel Team Hero Team Listing Testimonial Case Study Timeline Trivia Bar Two Column Rich Text Vacancies Table Video Video Expand

Column Content

View example

Why work with us?

Industry-Leading Expertise

Benefit from our extensive experience in carbon and climate consultancy. With over a decade of experience in guiding diverse organisations, we deliver insights that are both cutting-edge and grounded in proven methods. Our expertise in global standards like SBTi and SECR ensures that your carbon management strategies are effective and compliant.

Tailored Strategies

We develop customised carbon strategies that integrate seamlessly with your operations and business objectives. Our approach includes strategic carbon reduction plans, comprehensive footprint analysis, and effective stakeholder engagement, all designed to deliver measurable results and drive a culture of sustainability within your organisation.

Holistic Support for Success

Access a comprehensive suite of services designed to support your entire sustainability journey. From precise carbon measurement and reporting to practical workshops and training, we equip your team with the knowledge and tools necessary to tackle climate challenges and enhance your sustainability performance.

There are no ACF fields assigned to this component.

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";

.block-column-content {
	padding: 4rem 0;
	color: var(--text-color) !important;

	&[data-border-bottom="1"]{
		border-bottom: solid 1px var(--text-color);
	}

	&[data-rounded-corners="1"]{
		border-radius: 32px;

		@include bp($lg){
			border-radius: 52px;
		}
	}

	&__sticky{
		@include bp($lg){
			position: sticky;
			top: 4rem;
		}
	}

	&__content-wrapper{
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	&__heading{
		*{
			@include fluid-type(24, 44);
			font-weight: 600;
		}
	}
}
There are is no JavaScript file with this component.
{
    "$schema": "https://schemas.wp.org/trunk/block.json",
    "apiVersion": 2,
    "name": "strategiq/column-content",
    "title": "Column Content",
    "description": "Example block to be used as a template",
    "category": "strategiq",
    "icon": "strategiq",
    "acf": {
        "mode": "preview",
        "renderTemplate": "block-column-content.php"
    },
    "supports": {
        "anchor": true,
        "align": false,
        "color": {
            "background": true,
            "text": false,
            "gradients": true
        },
        "spacing": {
            "padding": [
                "top",
                "bottom"
            ],
            "margin": [
                "top",
                "bottom"
            ]
        }
    },
    "example": {
        "attributes": {
            "mode": "preview",
            "data": {
                "heading_type": "h2",
                "heading_text": "Example - Example",
                "content": "This is some example content to represent what the content will look like"
            }
        }
    },
    "style": "file:../../assets/css/column-content/block-column-content.css"
}
There are is no readme file with this component.