Components
35
Accordion Buttons Image Callout Centered Content Collaboration Carousel Community Partners Carousel Community Partners Map Contact Callout Bar Contact Form Conversation Grid Donate Featured Image Content Featured Products Hero Home Hero Image Content Large Callout Bar Latest News Logo Carousel Meet The Team Cta Products Intro Related Articles Say Hey Sectors Intro Shop Hero Shop Listing Simple Product Calculator Single Testimonial Stats Highlight Tabbed Content Team Listing Thin Buttons Callout Thin Newsletter Callout Timeline Carousel Trio Testimonials Vertical Content Carousel Video Popup Wholesale Signup Form

Buttons Image Callout

Ordering is simple, contact us for a pricelist and product catalogue to get started.
From there, we just need an order form and PO to process and payment can be made by BAC’s or by credit card upon receipt of invoice.

We can send loose products in bulk and we have a selection of ‘business bundles’ that are great as a sample kit.
We have a variety of dispensing solutions so you can show off your sustainable products in style. Choose from 4 designs ranging from free standing mini troughs to wall mounted dispensers.

Please note, lead times vary depending on order size and product availability but we will keep you updated every step of the way and can advise how far in advance to reorder with us to ensure you don’t run out of products.

learn how businesses work with Hey Girls

Hey Girls Blue trough collection
Field
Field Type
Field Name
Instructions
Title
text
title
Content
wysiwyg
content
Buttons
repeater
buttons
-- Button
link
button
-- Button Style
select
button_style
Image
image
image
Apply Black and White Filter
true_false
bw
If checked, a CSS grayscale filter will be applied to the image.
Image Treatment Style
radio
image_treatment_style
Theme
select
theme

				
@import "../../resources/scss/util/variables";
@import "../../resources/scss/util/mixins";
@import "../../resources/scss/vendor/bootstrap/mixins/breakpoints";

.buttons-image-callout {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.buttons-image-callout-inner {
	background: var(--theme-colour);
	display: flex;

	@include media-breakpoint-down(sm) {
		flex-direction: column;
	}
	.content {
		width: 55%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 4.5rem;

		@include media-breakpoint-down(sm) {
			width: 100%;
			text-align: center;
			padding: 3rem 2rem;

			.buttons {
				justify-content: center;

				.button {
					margin: 0 0.65625rem 1.5rem 0.65625rem;
				}
			}
		}
	}
	h2 {
		margin-bottom: 3rem;
	}
	.buttons {
		margin-top: 2rem;
	}
	.image {
		width: 45%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5rem;

		@include media-breakpoint-down(md) {
			padding: 2rem;
		}
		@include media-breakpoint-down(sm) {
			width: 100%;
			padding: 0 2rem 3rem 2rem;
		}
		img {
			width: 100%;
		}
	}
}
There are is no JavaScript file with this component.
There are is no readme file with this component.
The owner of this website has made a commitment to accessibility and inclusion, please report any problems that you encounter using the contact form on this website. This site uses the WP ADA Compliance Check plugin to enhance accessibility.