Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All,
I'm looking to apply or move a css class to a div in between the umbraco grid classes. I want to move the class "class-added-through-grid" to another div " new-grid-class".
<div class="umbraco-row-class"> <div class="grid-container"> <div class="grid-x new-grid-class"> <div class="cell medium-12"> <div class="umbraco-column-class class-added-through-grid"></div> </div> </div> </div> </div>
Is there a way I can query the json for a class or data atttribute in the grid partial?
Thanks
Martin
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Grid Layout - Move class to parent/another div
Hi All,
I'm looking to apply or move a css class to a div in between the umbraco grid classes. I want to move the class "class-added-through-grid" to another div " new-grid-class".
Is there a way I can query the json for a class or data atttribute in the grid partial?
Thanks
Martin
is working on a reply...