Questions tagged as 'twitter-bootstrap'

1
answer

Site is not responsive [closed]

I did a test with Bootstrap, in the desktop browser it works beauty, but in the mobile device it gets small. <html> <head> <link rel="stylesheet" type="text/css" href="bootstrap.css"> <script src="boots...
asked by 23.12.2015 / 00:29
1
answer

how to apply a css class only on mobile

I'm using the latest version of OpenCart to create an online store, and I put the shopping cart in the navigation bar and I want it to be a dropdown when it's on a desktop and a drop-down menu when it's on a screen smaller. I was able to do the...
asked by 06.06.2016 / 22:50
2
answers

Problem with responsive div with 1920px resolution

The resolution of my pc and 920px, my code is all right, but when I see it at 1920px resolution it looks as if the div had left the screen. 920px resolution: 1920pxresolution: HTML:<divclass="container" ng-controller="NavPJController"&...
asked by 22.04.2016 / 15:52
1
answer

How to put a background image on Jumbotron? Bootstrap 4

Could anyone help me put a background image on jumbotron? This is the code: <div class="jumbotron jumbotron-fluid"> <div class="container"> <h1 class="display-4">Biblioteca</h1> </div> </div>...
asked by 23.12.2018 / 18:49
1
answer

Submit form in modal bootstrap window, and refresh the window with submitted information [closed]

Good morning! I have a modal window, where I load a list that comes from the database, I display it to the user, and there is a field where an edit occurs, where I created a form, and from there I give the update to my bank. The issue works perf...
asked by 20.06.2016 / 16:54
2
answers

Repeat does not work - Angular

I could not repeat the lines <!DOCTYPE html> <html> <head> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.13/angular.js"></script> <script src="//angular-ui.github.io/bootstrap/ui-bootstrap...
asked by 01.08.2015 / 19:33
1
answer

Acordion Bootstrap - link to access

I have the following code: <div id="accordion" role="tablist" aria-multiselectable="true"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="headingOne"> <h4 class="panel-title">...
asked by 28.02.2016 / 03:03
1
answer

Folder and image address with carousel bootstrap

How do I modify this DIV to accept a folder and image name? **<div class="fill" style="background-image:url('http://placehold.it/1900x1080&text=Slide Three');"></div>** I switch to 'folder / filename.jpg' and it does not loa...
asked by 12.11.2015 / 02:16
1
answer

Checklistbox using bootstrap

I need to create a checklistbox using the bootstrap. I tried in many ways and I could not. I looked at the bootstrap site and the examples from there, I also did not do here in my project. I need more or less this down below:     
asked by 25.08.2014 / 13:07
1
answer

Table shows no rows and no columns with bootstrap

I'm trying to make a table with bootstrap. It turns out that some things do not work. The size of the TD's are always the same. I can not create rows to separate rows and columns, like a grid. I took a grid option with bootstrap, but in...
asked by 29.07.2014 / 17:31