Viewing 1 replies (of 1 total)
  • mc_tak

    (@mc_tak)

    Hey hey,

    While we’re not able to get into custom coding CSS too much (as it goes a bit outside of the scope of this forum), it looks like the search button on that page is getting aligned by using…

    display:inline-block;

    So, you may consider implementing that on your form. The other option would be to use float:left. In Googling a bit, I was able to find a pretty awesome article that covers both:

    http://designshack.net/articles/css/whats-the-deal-with-display-inline-block/

    Hope that helps! Best of luck. 🙂

    -tk

Viewing 1 replies (of 1 total)
  • The topic ‘Submit button out of place in widget’ is closed to new replies.