Can you take a look at this alignment issue?
Note the List item at the bottom of the page. The rows are not lined up properly. The folks at GF helped me set the column widths, but it did not solve the alignment issue. Somehow, the rows are not aligned.
(Last questions under Order … Columns are Quantity and Product Code
Suggestions? Thanks!
Steve
Hey spidercreations!
Try adding this to a codeblock element in the page.
<style type = "text/css">
.gfield_list_7_cell1 input {
position: relative;
top: 12px;
}
</style>
Best regards,
Elliott
Fixed. Thank you.
Steve