Edit layout of widget
-
Hi,
I would edit layout of widget, in details, I would that the lists of ‘interest’ are shown side by side.So, I apply a custom css style, but for to work fine, I would insert a parent div for:
– <div class=”mc_interests_header”>
– <div class=”mc_interest”>Example:
<div class="parent_mc_interests_header"> <div class="mc_interests_header"> <?php echo esc_html($ig['name']); ?> </div><!-- /mc_interests_header --> <div class="mc_interest"> <?php } else { ?> <div class="mc_interest" style="display: none;"> <?php } ?> <?php mailchimp_interest_group_field($ig); ?> </div><!-- /mc_interest --> </div>
To avoid losing the changes for a future update, can I apply this my change?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Edit layout of widget’ is closed to new replies.