Icon and integrity sidebar top responsive

Im not sure why this is happening, but please help.

Could you please tweak this code for me to have sidebar positioned top of page in responsive view for icon and integrity stacks. I have ethos and renew already, and my client is now interested in icon and integrety.

Thanks heaps…

@media (max-width: 980px) {
.x-content-sidebar-active .x-container.max.width.offset {
display: flex;
flex-direction: column-reverse;
}

.x-sidebar.right {
    margin-top: -10px;
}

}
}

Hi @gimmechefs,

Thank you for writing in, please update your custom CSS to this:

@media (max-width: 980px) {
	.x-content-sidebar-active .x-container.max.width.offset {
		display: flex;
		flex-direction: column-reverse;
	}
	.x-sidebar.right {
		margin-top: 0;
		margin-bottom: 4em;
	}
}

Add it to Theme Options > CSS

Hope it helps,
Cheers!

Thanks so much. It works perfectly.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.