You just need to move the jbutton tag in the div tag below to the div tag above.
Code:
<div class="row1" id="row">
<div class="jcleft">
<h2 style="color:#1B1464;font-weight:bold">Products
<jbutton onclick="openProduct()" data-target="#myModalProduct">
<span>Post A Product</span>
</jbutton></h2>
</div>
<div class="jcright" id="postbutton">
</div>
</div>
<div id="content" contentEditable="true">Content</div>
<div id="foot" contentEditable="true">Footer</div>
Result:
Best Regards
Qi You
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.