Questions tagged as 'twitter-bootstrap'

1
answer

Div to loading ajax in full screen?

I'm using Bootstrap 3 and I've created a <div> that works fullscreen for an ajax loading, this works fine if the screen is docked, with no vertical scrollbar. But now I noticed that if the page has scrollbar vertically, that is, it...
asked by 26.05.2017 / 06:05
2
answers

HTML with responsive layout bootstrap

I can not leave my layout as it should, the idea is to leave it as follows: +-------------------------------------------------+ | logo | Menu Superior | | |------------------------------------+ |--...
asked by 12.08.2015 / 17:00
2
answers

Horizontal scrollbar does not appear when using datatable

I have a screen where the data is shown in the following form: When accessing on smaller screens (cell phones, tablets), the datatable appears cut, however the horizontal scroll bar does not appear, so the user can not see the other hal...
asked by 22.01.2016 / 11:15
1
answer

Use bootstrap style to generate pdf file with php

Is there a way to use the bootstrap to style a html page that will later be converted into a pdf? I'm using the mpdf60 plugin in php, and I only need the style that boostrap offers to use it in exporting a pdf file. Consider the following cod...
asked by 09.11.2015 / 18:54
2
answers

Aligning images responsively with bootstrap

I'm using the bootstrap and my goal is to make fluid boxes that are grouped in lines of 4. When I change the size of the screen I want the boxes to decrease (I did) but when I reach a certain point, I want them to align of 2 in 2 and finally one...
asked by 16.09.2015 / 19:29
2
answers

How to remove the shading (backdrop) of a modal in Bootstrap and release the remaining area of the page?

I'm having trouble removing that shadow around a Bootstrap modal. With the code below I can remove: #myModal .modal { overflow: hidden; } However, I can not manipulate anything that is "behind" even though overflow is hidden. The...
asked by 21.09.2015 / 17:38
1
answer

How to print the contents of a page with Bootstrap and JQuery?

I would like to add a Bootstrap button to invoke the printing of content on a page, I got this example, but it works from a link, see: Example The code places the link at the top of the page, I also saw an example here, on that Stackoverfl...
asked by 15.09.2015 / 17:56
1
answer

Change default font

I'm trying to change the font of a page I'm mounting with bootstrap, but for some reason it does not. I've done the following steps: No HTML: <link href='https://fonts.googleapis.com/css?family=Indie+Flower' rel='stylesheet' type='text...
asked by 12.04.2016 / 16:10
1
answer

Is it possible to add a different number for each li created in a for?

I have a cookie in bootstrap and to call wordpress posts inside it, I have for inside <div class="carousel-inner"> . The for can create the posts, but I am not able to include the indicators of each post (the...
asked by 18.12.2015 / 13:26
1
answer

Is it possible to extend the bootstrap css using less?

I use twitter bootstrap for some things, and I came across the ease of using less, how can I, to use less bootstrap variables in a second css file? For example, call the media querys with the bootstrap values: @media (max-width: @screen-xs-...
asked by 06.06.2014 / 15:34