Questions tagged as 'bootstrap'

1
answer

Datapicker ONLY Year and Month Stopping in Month

I'm developing a solution that needs to optimize the time to feed the system with dates, which for many times is very repetitive. PROBLEM: One of the fields that inserts date, I just want the year and the month. I formatted it to receive year...
asked by 08.03.2018 / 19:41
1
answer

Image Paralax does not appear apple device (IOS)

Good afternoon guys. I developed a site for my girlfriend, and when I open the same on an iphone, the paralax image does not appear, it gets blurred. Android, notebook and desktop devices are running normal. www.anagasparini.com.br    ...
asked by 21.03.2018 / 18:04
1
answer

How to make the image to be responsive in the mobile inside the Carsel bootstrap 4, so it fits

<div id="myCarousel" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#myCarousel" data-slide-to="0" class="active"></li> <li data-target=...
asked by 08.02.2018 / 04:17
1
answer

Move DIV when opening nav menu Bootstrap Jquery

I would like to move the div below the menu, so I choose some option of it. var cbpHorizontalMenu = (function() { var b = $("#cbp-hrmenu > ul > li"), g = b.children("a"), c = $("body"), d = -1; function f() {...
asked by 01.02.2018 / 23:43
1
answer

How do I increase the selection bar of a list item within a drop-down menu

How do I increase the selection border (gray color) to width and height as I selected it in red? body { padding-top: 50px; padding-bottom: 20px; } /* Wrapping element */ /* Set some basic padding to keep content from hitting...
asked by 01.02.2018 / 15:09
2
answers

Color the entire header

I need to change the color of the header of the site, but when I apply the background color in header , the color only takes up the space of the content, thus getting the color of body at the top and bottom like this: <...
asked by 07.03.2018 / 13:28
2
answers

How to center my form with bootstrapping leaving responsive;

                          <metaname="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aA...
asked by 07.03.2018 / 14:19
2
answers

Modify navbar breakpoint

nav #btn-principais{ background-color: #27C8D0; border-radius: 1px !important; float: right; } #logo{ width: 240px; height: auto; float: left; } nav .icon-bar{ background-color: #000; } .navbar-collapse { padding-righ...
asked by 01.03.2018 / 13:52
1
answer

Modal Bootstrap and MVC C #

Personal I have a view called Projects that brings a list of projects and I need to visualize the information / detail of each project through a Bootstrap modal. So I created a button that calls a javascript function within...
asked by 20.02.2018 / 15:20
1
answer

Problem to horizontally align responsive layout using Bootstrap

Now with the header it worked. I need to create a second ROW (line) It will be 4 | 4 | 4 and should have one image, and the other 2 parts of text. But I have 2 doubts. The first one is, I do not know what I do to make the image smaller than the...
asked by 17.01.2018 / 02:28