pages - Edit the text location of a form

admin2025-06-02  2

I was hoping someone might be able to help with something i imagine is very simple. I've created a form and added it to a page, however the text appears to be aligned to the left and the entry box to the center, leaving a large gap in between the two. How would i get the text to sit near to the entry box?(I've attached a screenshot as an example).

I was hoping someone might be able to help with something i imagine is very simple. I've created a form and added it to a page, however the text appears to be aligned to the left and the entry box to the center, leaving a large gap in between the two. How would i get the text to sit near to the entry box?(I've attached a screenshot as an example).

Share Improve this question asked Mar 14, 2019 at 12:25 Joe SaundersJoe Saunders 1 2
  • This is a css issue you're having. You would need to include the css rules for the affected form. You would need to know if the form is in a table it using div. Also if the left column is fine width, etc. – Howard E Commented Mar 14, 2019 at 12:47
  • Share code that generated the form. – Qaisar Feroz Commented Mar 14, 2019 at 14:41
Add a comment  | 

1 Answer 1

Reset to default -1

Inspect the text in your browser by right clicking it and picking Inspect. This should open up a window where you can adjust the CSS for all the elements on the page. You will need to play around with what needs changed.

Once you figured out what needs to change, you can copy the new styles into the admin. Go to Admin > Appearance > Customize > Additional CSS, paste your new styles in the textbox and publish the changes.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1748806766a313878.html

最新回复(0)