I have several pages within my WordPress plugin. However, one page (PHP file) has an alert bar in the wrong location. I'm guessing it's a missing div issue?
I have several pages within my WordPress plugin. However, one page (PHP file) has an alert bar in the wrong location. I'm guessing it's a missing div issue?
https://prnt.sc/rwxyju
Share Improve this question asked Apr 10, 2020 at 18:38 DesignMikeDesignMike 1 1- Why a downvote? I'm just asking for help. – DesignMike Commented Apr 10, 2020 at 20:23
1 Answer
Reset to default 0I suspect you have some unbalanced DIVs on that page.
Get the page source into an editor that will format the code and highlight the various DIVs.
If you format the code, that will give you a hint of where the unbalance is.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744578436a4581885.html
评论列表(0条)