Cherry Posted August 6, 2021 Report Share Posted August 6, 2021 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. Quote Link to comment Share on other sites More sharing options...
0 PotatoMato Posted August 6, 2021 Report Share Posted August 6, 2021 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 Cherry 1 Quote Link to comment Share on other sites More sharing options...
0 Cherry Posted August 6, 2021 Author Report Share Posted August 6, 2021 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. Quote Link to comment Share on other sites More sharing options...
0 TellMeWhy Posted August 6, 2021 Report Share Posted August 6, 2021 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. An Alternative <style> div[style="display: table;"]{ margin-left: auto; margin-right: 0; } </style> Cherry 1 Quote Link to comment Share on other sites More sharing options...
0 Cherry Posted August 6, 2021 Author Report Share Posted August 6, 2021 39 minutes ago, TellMeWhy said: An Alternative <style> div[style="display: table;"]{ margin-left: auto; margin-right: 0; } </style> I will get to try this one. Thank you so much for the response. Quote Link to comment Share on other sites More sharing options...
0 PotatoMato Posted November 26, 2021 Report Share Posted November 26, 2021 Hi! Just to update this post. Caspio has already created a How-to article for this. You may check this link: https://howto.caspio.com/tech-tips-and-articles/advanced-customizations/display-the-submit-or-search-button-inline/. -Potato Quote Link to comment Share on other sites More sharing options...
Question
Cherry
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.
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
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.