Regarding custom field settings option, I would like to move the <legend> tag to the end of the <fieldset> tag in HTML for looks.
Please see attached image.
In settings option, I can set a scroll bar to appear when the custom field item is increased, but the legend scrolls with it. To prevent this, I would like to take <legend> tag out of <div> tag and put it at the end of <fieldset> tag.
Is it possible to do this by modifying the source somewhere?
* In the image, the selected area on DevTools is the one I edited, moving the legend tag outside of the fieldset tag.
I also set overflow:unset in CSS to make the scrollbar appear.
-
This topic was modified 4 years, 2 months ago by
.
-
This topic was modified 4 years, 2 months ago by
.