Questions tagged as 'twitter-bootstrap'

1
answer

Hide field in HTML with Bootstrap

How can I make a text field in my HTML be hidden when the user is viewing the phone and appears when he or she is viewing from the PC?     
asked by 15.12.2015 / 16:22
2
answers

Include html fields in the title panel

I'm using bootstrap, and I use a title panel at the beginning of the form, which informs the form name that I am, however in right I'd like to put in the case the current date if it is a new record, and the recorded date in the database i...
asked by 11.09.2018 / 20:39
1
answer

Icons in different sizes with Bootstrap

Hello, I am studying Bootstrap by setting up an OpenCart site where the layout has default icons. I made an HTML module for information with 3 icons using Bootstrap, but they follow the CSS size: .fa { font-size: 14px; } I want t...
asked by 09.06.2015 / 18:03
1
answer

Why is this Bootstrap Tab setting not working?

The code is as follows: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Site</title> <link href="css/bootstrap.css" rel="stylesheet" type="text/css"> <link href="css/bootstrap-theme.c...
asked by 26.04.2014 / 20:08
2
answers

How do I make the page print out the way it is viewed on the screen?

I need to make a page that, when the user prints, quit exactly as it is viewed on the screen (with styles), I'm using Bootstrap version 3.1. Is there a Javascript plugin that does this? The solution I thought was instead of getting the s...
asked by 14.04.2014 / 16:40
1
answer

Align submit button along with input Bootstrap

I have the following code that uses bootstrap 3 that consists of an input and a submit button. Currently the button is below the input, but I want it to be aligned laterally with the input. I checked some issues here but the answers did not solv...
asked by 24.12.2014 / 13:44
1
answer

Prevent zooming on your smartphone / tablet with Bootstrap 3

I use Bootstrap 3 in my projects and I have a question. I would like to know how to prevent zooming on smartphones and tablets, that zoom that is done with the "tweezer" movement or double touch. This maintains the responsive behavior of B...
asked by 05.01.2015 / 14:14
1
answer

What is the padding for the Bootstrap container?

What does padding of% Bootstrap% use if container has row negative that cancels margin ? If I want my entire page to have a padding so it does not stick to the edge like I do?     
asked by 25.09.2018 / 15:55
4
answers

Dropdown menu partially opens

I have a dropdown menu using twitter-bootstrap 3 and it's inside a <li class="media"> , so every <li> has a dropdown with some actions, it happens that when the height of the <li> is less than the height of...
asked by 06.08.2014 / 20:31
1
answer

How does Bootstrap responsive utilities work?

From the point of view of application performance, how does the hidden-** and visible-** classes work? If I put a div with hidden-xs it will load on an xs device and it will not be visible, or the bootstrap does this chec...
asked by 27.10.2015 / 23:09