Giter Club home page Giter Club logo

Comments (3)

kguner avatar kguner commented on June 3, 2024

wrapping with <div class="form-horizontal"></div> fixes this.

from bootstrap-filestyle.

markusslima avatar markusslima commented on June 3, 2024

As I said before, to be misaligned button you are not using any of the standard forms described in the documentation of the bootstrap.

I ask that you use the form in the manner described in the documentation of the bootstrap and if already using please I'll check your HTML for errors or plugin in your code if you do not want to send will not have to help you.
The online sample was aligned correctly and is not the same as you see in the image. I gave you the solution on loading ajax, you tried to use meta tags in ajax and so will never work you must use the jQuery call.
Example:
$.ajax({
url: 'my_input.html',
success: function (str) {
$('#conteiner').html(str);
$(':file').filestyle();
}
});

from bootstrap-filestyle.

ip2k avatar ip2k commented on June 3, 2024

Just FYI if anyone ever has this issue in the future: to fix my alignment problem (button was showing up on the next row even though it was inside the same row div), I had to add:

style="display: inline !important;"

to the element. After this, it lines up as expected.

from bootstrap-filestyle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.