Unable to edit elements on site (bootstrap)

Hi all,

I have successfully added sitecake to my site but i cannot enable any edits.

Its a bootstrap site if that helps :slight_smile:

Thanks,

Padraic

Hi, can you be more specific? What problem are you experiencing?

hi heres a url for reference :slight_smile:

https://staticwebapptest.azurewebsites.net

I am trying to add the ability for edits to the dates section but i cant seem to get it going correctly… any help would be appreciated. Its the default login for sitecake :slight_smile:

Hi,

try with this HTML

<div class="overflow-hidden mb32sc-content">
	<div class="col-sm-4 sc-content">
		<h4 class="uppercase pt8">24 Sep</h4>
	</div>
	<div class="col-sm-4 sc-content">
		<h6 class="uppercase mb0">Melbourne, AU</h6>
		<p>Rod Laver Arena</p>
	</div>
	<div class="col-sm-4 text-right  sc-content">
		<a class="btn btn-sm btn-white mt8 " href="#">Get Tickets</a>
	</div>
</div>

I changed <span> to <p> because sitecake doesn’t have support for <span> element, and you can use user style to use class with that <p> element