- This topic has 1 reply, 2 voices, and was last updated 3 weeks, 4 days ago by .
-
Topic
-
Hi all,
I am attempting to break out of the 12 column grid to allow for 5 columns. My plan to achieve this is to wrap the relevant fields in a div with a custom class which I can then target with CSS and override the column widths.
My issue is that my custom_html code below is wrapped in lots of rwmb-* containers. How can I get it to output just that code found within the ‘std’ key?
// CUSTOM HTML array( 'type' => 'custom_html', 'std' => __( '<div class="fit-columns">', 'indigo-metaboxes' ), 'id' => 'fake_id_html', ), /* Various fields here... */ // CUSTOM HTML array( 'type' => 'custom_html', 'std' => __( '</div>', 'indigo-metaboxes' ), 'id' => 'fake_id_html', ),
Cheers,
Will
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.