Questions tagged as 'bootstrap-3'

1
answer

Add text below images using table

I'm using a table to align images and text. However, when the resolution is low, it gets very unpleasant and I wanted to put the text down, at low resolutions. How do you do that being within a table? Code: <table> <tr>...
asked by 01.03.2016 / 17:21
1
answer

Define the class of a li element created at runtime

Below I have a stylized list with bootstrap (defining the class of ul and li ) <!DOCTYPE html> <html> <head> <link href="bootstrap-3.3.6-dist/css/bootstrap.min.css" rel="stylesheet"> <titl...
asked by 10.03.2016 / 14:42
1
answer

Remove shadow-box and adjust container size

I'm having a hard time making some adjustments to a page I'm using BootStrap3, and I can only configure the settings in Clientside I would like to remove the shadow box from a jumotron.btn box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18)...
asked by 01.02.2016 / 17:44
1
answer

Print striped table using bootstrap 3 and css3

I have a report in which I have a table with many rows. But when I print the colors of the striped bootstrap table they do not appear in the printout. I can print the colors in the columns, as you can see in: jsfiddle.net/pfdiass/1kvmjwxa/2...
asked by 02.12.2015 / 22:44
2
answers

Bootstrap 3 | Height of columns in the Grid System

Good morning! I'm new here in the forum and I'm developing a page using bootstrap 3 and I have a question about the Grid System. I have a row with 4 columns (I left the background of the columns highlighted in black). Bydecreasingthesi...
asked by 27.11.2015 / 14:27
1
answer

Configuring an option value in a jQuery Multiselect dropdown

I'm using the Bootstrap Multiselect library: $("select#final option[value='" + data[0].final + "']").prop('selected', true); $('select#final').multiselect("refresh"); As the code above I want to select a particular option of sel...
asked by 22.10.2015 / 05:51
1
answer

Bootstrap 3 | How to leave last column always more right?

I need to leave the last column of my table (which has the glyphs of action) always more to the right: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script><linkhref="https://maxcdn....
asked by 29.08.2015 / 21:55
1
answer

Bootstrap - btn-group-justified

I wanted to load the page with one of the "selected" (on) buttons, as if it were a Radion-Button. As if it were a "selected". Does anyone know how to do it?     
asked by 11.09.2015 / 22:36
1
answer

How to set the default UTF-8 page encoding in IIS on Windows Server?

I have an encoding problem with the default template of Bootstrap , specifically carousel . The official code has the goal defined as follows: <html lang="en"> <head> <meta http-equiv="X-UA-Compatible"> <m...
asked by 09.09.2015 / 23:00
3
answers

Vertical side menu to the bottom of the page

I need to leave a side menu from the beginning to the end of the page, no matter how many items the menu has, for example, if I have a menu with 3 items the background color of the side menu ends when the menus are finished, I need to go to the...
asked by 15.09.2015 / 16:18