Wednesday 15 May 2013

php - deciding order of elements in parent container -



php - deciding order of elements in parent container -

newbie here. have 2 shortcodes want display on 1 single page. essentially, want display users profile page(built in shortcode 1 of wordpress plug ins) , display information(from shortcode have wrote specifically). problem sec shortcode displaying above first, , need other way around. both belong same parent container, , in edit page have them in right order, reason never display in right order. cant post images cause of reputation rule, html looks this.

<div id="content"> <div class="my_box3"> <h2> <div class="uultra-prof-cont" style="background-color:#e8e8e8 !important"> <input id="receiver_id" type="hidden" value="40"> </h2> <p> </p> <hr> <hr> <p> </p> <p style="text-align: left;"></p> <h2></h2> </div>

i need class "my_box3" show after h2 elements. cant edit php file writes h2 element cause plugin , have tried many different things. there can assign "my_box3" element ensure comes last?

content { background: none repeat scroll 0 0 #ffd1b2; color: black; float: left; height: auto; padding: 0 5px 5px; width: 69%; } .my_box3 { border-bottom: 1px solid #efefef; height: auto; margin-bottom: 20px; padding-bottom: 20px; width: 100%; } .uultra-prof-cont { height: auto; margin: 0; padding: 0; position: relative; width: 100%; }

php html css wordpress plugins

No comments:

Post a Comment