Questions tagged as 'twitter-bootstrap'

1
answer

Bootstrap menu with logo in the middle

Can anyone help me with how to make the bootstrap menu of the model below? I am not able to do with 2 ul of menu with the image in the center, to go aligning in the responsive.     
asked by 14.02.2017 / 20:50
2
answers

Responsive Site

This is the following, I'm having trouble modifying a footer on my site. I am using Bostrap to style the site, however I wanted to leave the radapé in two columns on mobile devices. The structure of my site is as follows: CSS: @med...
asked by 19.01.2017 / 20:27
0
answers

Background in Toogle Navigation in the mobile version. The menu is not deconfigured but rather bottomless!

I have a template which in the mobile version is like the image below: HowcanImakethemenustayontopofthelogo?Belowthecode:<divclass="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse"...
asked by 28.01.2017 / 15:58
1
answer

Problems with modal bootstrap

I am creating a page to generate coupon code and I am using the modal bootstrap to open a modal with the coupon data, however when I click on one of the buttons opens all at the same time, how can I solve this? <div class="cupons"> <d...
asked by 21.01.2017 / 20:21
1
answer

Generate a row after 2 columns in bootstrap

I got a way to generate a row after two columns in the bootstrap, but the result was not as accurate. I have this: <?php $sql_3 = mysql_query("SELECT id, razao_social, cep, cidade, uf, rua, numero, bairro, complemento, logo, CodCli FRO...
asked by 25.01.2017 / 13:56
0
answers

jQuery-UI Spinner does not appear Up and Down buttons, conflict with bootstrap

I'm using the following component: link In the same way as shown in the example, but in a modal bootstrap .. The problem is that my Spinner does not appear the Up and Down buttons, browsing in my code I saw that when I remove the following...
asked by 02.01.2017 / 16:23
0
answers

What is the largest modal size in the bootstrap?

I need the largest modal size of the bootstrap to be able to display a table with lots of data.     
asked by 02.12.2016 / 13:49
0
answers

How to manipulate a checkbox in a Bootstrap modal from the DB

I need to manipulate an element of type checkbox according to the values in the database, if 'contact. favorite' is populated with 'on', the checkbox inside the modal should appear marked " checked ". How can I do this with java...
asked by 21.11.2016 / 13:27
3
answers

How to add tabs in my modal bootstrap [closed]

I'm using the twitter bootstrap library version 4.0 I was able to create a modal window but I would like to add tabs in it, I found some code but I could not implement them .. Here's how I'm trying: <div id="myModal" class="modal fade" r...
asked by 15.12.2016 / 15:53
0
answers

At the time of printing, blank pages are added

When printing my page, blank pages are being added, the number of these pages is relative, sometimes 1, 2 ... I've tried solutions like: .print:last-child { page-break-after: auto; } html, body { height: auto; }...
asked by 27.01.2017 / 13:05