Questions tagged as 'bootstrap'

4
answers

Start with Bootstrap [closed]

I am starting in the creation of web pages and my question is: What is the minimum installation needed to start using Bootstrap and create responsive websites? I have heard that it can be used without installing the framework, is this true...
asked by 16.12.2015 / 18:50
2
answers

The best way to trim a bootstrap input

I have a form with this label and imput to add the value <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbd...
asked by 21.03.2018 / 14:47
2
answers

Bootstrap organize HTML structure of 3 columns moving positions without duplicating HTML

I have an HTML structure in Bootstrap, this consists of 3 columns, so it should be in the desktop version. I need the mobile version to be like this, start some features that allow this to be done? /*! * Bootstrap v3.3.7...
asked by 12.12.2017 / 23:57
4
answers

How to fix the content on the left, with Bootstrap

The content has been left on the left side when what I'm trying to do is stay focused and I do not identify why that happens to me. Attach an image. .nosotros{ background: no-repeat center center; -webkit-background...
asked by 12.09.2017 / 15:26
3
answers

Add active class in menu Bootstrap with JQuery

I have this menu <ul class="nav menu"> <li class="active"> <a href="admin.php"> <svg class="glyph stroked dashboard-dial"> <use xlink:href="#stroked-dashboard-dial"></use>...
asked by 04.02.2016 / 01:58
1
answer

effect hover in image

I am building a gallery with images where the image has an effect of hover when hovering over the mouse, in addition to the text in the hover I would like to see a bordering to the right and below the text, that is right and bo...
asked by 28.11.2017 / 13:24
2
answers

Does not the "hidden-md-down" class exist in the new bootstrap 4?

I want to use the class .hidden-md-down but it does not exist in the new bootstrap.min.css. I do not know if there is one that replaces it ...     
asked by 30.11.2017 / 11:06
1
answer

Does not load the css in the hosting

I have a project hosted on a server, I have downloaded a boostrap template, to the welcome.php file of CodeIgniter I indicate the path of the .html file public function index() { $this->load->view('/design/index.html'); }...
asked by 15.05.2018 / 06:29
1
answer

Center carousel of bootstrap images

I'm doing a bootstrap carousel but when defining: <div class="col-sm-12"> With the 12 if it appears centered on the screen, but if I want to make it smaller for example: <div class="col-sm-8"> With the 8 comes more stuck on...
asked by 26.04.2018 / 14:54
2
answers

Move boostrap column to the right

I do not want to move the content of the column, I want to move the column. I have these div each with a column. <div id="menuV" class="col-md-1"></div> <div id="cerrarSesion" class="col-md-11"></div> In a window...
asked by 25.05.2018 / 10:35