How to get the element row to go side by side on a bobile

Can you get this to go side by side on a mobile
https://www.leisurespas.co.nz/natural-wood-gazebo-nz/

Shop button> Contact Button >

Hi @VelocityWeb,

Thank you for writing in, please add this to the ROW’s Element CSS area.

@media (max-width: 767px) {
	#cs-content .x-section $el.x-container.marginless-columns>.x-column.x-1-2 {
		display: inline-block !important;
		width: 50%;
		text-align: center;
	}
}

Yes, to the ROW where that two buttons are placed.

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

Thanks heaps :grinning:

You’re welcome!

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