Questions tagged as 'twitter-bootstrap'

3
answers

A multi-line column

I already looked in documentation and could not get the expected result using the bootstrap. The image best illustrates what I want to do <divclass="container"> <div class="col-lg-4"> <div class="content-section-b"&...
asked by 22.07.2014 / 19:08
2
answers

Change Order by Clicking the Tab Key

I'm using bootstrap on a project in C #, and when I click the tab key to move the fields the direction is right to left, and I wanted it to be the other way around, where do I mute it? Ex: When he arrives at the save and cancel buttons he will f...
asked by 09.12.2015 / 13:58
4
answers

How to organize many divs in Bootstrap (Image)

How do I organize many col-xx-3 divs of different heights ? Is there any class or some other method without using row (every 4 products)? Any way does not need to change Select or PHP ? I have tried in many ways but I have not be...
asked by 19.04.2016 / 16:31
2
answers

Put image in a bootstrap menu

How do I place an image in the right-hand corner of a menu bar with bootstrap. Below the code for my Layout (Master) <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width...
asked by 20.08.2014 / 20:15
1
answer

How to increase the distance to display icon that expands menu

I'm in an MVC 4 project, using bootstrap, and I want to know if I have to tweak the configuration so that the button that expands the menu appears on some larger screens. Thus: link There is some distance where that menu button appears,...
asked by 25.04.2014 / 20:11
2
answers

How to modify CSS dynamically using PHP

I need to modify some CSS styles according to a condition in PHP, so I looked it up, and from what I saw it is necessary to include a header in the CSS file and change the file .css to .php , or create a file htacess (but where? whe...
asked by 20.05.2015 / 22:34
2
answers

Fonts are not displayed when used with JSF

I created a Maven project that is using JSF2 plus the Bootstrap framework, but there are some Bootstrap configurations that are not working properly, as you can see in the figures below. It is being viewed like this: Andinfactitwasmeant...
asked by 17.08.2015 / 19:03
2
answers

my dropdown leaves the screen, how do I get it down to the opposite side?

The dropdown of the cart, out of the image, can you make it drop down to the left? here is the code: @import '//stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css'; @import '//stackpath.bootstrapcdn.com/font-awesome/4.7.0...
asked by 03.05.2018 / 13:13
2
answers

Div is not aligning CSS

I need to align this div that is misaligned as shown below: Note: I want to align side by side because the top div is misaligned because of the larger text - I'm using bootstrap. CSS:.edufair-blog-overlay{position:relative;background:#0...
asked by 31.10.2018 / 18:39
1
answer

Pull the echo from php into a div, without refresh

I have a div in html, it is with display none, I fill in the form and the data goes to a .php file and it gives me an echo saying that the data was entered in the database, only that I wanted it when the php gives that echo that div I have got t...
asked by 07.01.2017 / 18:06