Jump to content
  • 0

How to move the the text field and search button to the right side


Cherry

Question

5 answers to this question

Recommended Posts

  • 0
1 hour ago, PotatoMato said:

Hi @Cherry. You may insert the code below on the header element and disable the HTML editor on the Advanced tab.

 

<style>
.cbFormLabelCell{
margin-left: 750px!important;
}
</style>

You may adjust the margin value depending on your preference. Hope this helps.

 

-Potato

Thank you so much. It works.

Link to comment
Share on other sites

  • 0
9 hours ago, Cherry said:

Hi All, 

How to move the the text field and search button to the right side like in the picture I attached. I would like to use a CSS for this. 

Looking forward to someone who can respond to my concern. 

Thank you so much.

2.thumb.PNG.2d2f0920d0076df063bc971ac57091f6.PNG

An Alternative

<style>
div[style="display: table;"]{

margin-left: auto; 
margin-right: 0;

}

</style>

image.thumb.png.eb9d8f002ccc5fc877f06ea555102a2d.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...