Answer the question
In order to leave comments, you need to log in
How to move a button for one term in Wordpress?
Made a contact form via wpforms and ran into a problem. I need all form elements to be in a string.
On the screen, the button is created at the bottom, how can I move it to one line?
Here is the code:
Answer the question
In order to leave comments, you need to log in
Through css, you can write one of the options in this tag button in the html file itself:
style="display: inline-flex"
style="display: inline-block"
style="display: inline"
.tvoi_class {
/* что-то из этого */
display: inline-flex;
display: inline-bloc;
display: inline;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question