Questions tagged as 'bootstrap'

0
answers

How to fade the first bar, with a half query, keeping the fixed-top, from the navigation bar below?

Así esta la primera barra <div class="row social"> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3...
asked by 22.02.2018 / 13:40
2
answers

Image inside a div

I'm doing a small web page but I have some problems with the styles. My problem is this: I have a slider like this Now, using the class img-resposive of bootstrap, the images adapt to their containers. However, I need that, in...
asked by 22.02.2018 / 19:03
0
answers

Problems with the grid assembly in a theme in wordpress

Hello I need if you can help me with a theme that I am setting up for wordpress, I am arming it from scratch and I have problems with a structure that believes that bootstrap, where I use a grid of 1170 px and within it 1-3 columns- 4-3-1 for th...
asked by 19.02.2018 / 13:21
1
answer

CENTRAR LOGO OF MY WEB HTML5

I made my web in HTML and the logo remains unraveled. Here I leave the image to see what I mean. I need you to be centered in the circle. Here is the code <!-- Header --> <header id="header">...
asked by 16.02.2018 / 23:29
1
answer

Spring maven Webjars loads css bootstrap but not jquery or js

I have the following pom file: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 h...
asked by 15.02.2018 / 19:20
0
answers

route problem $ routeProvider, angularjs

It turns out that I have an "admin" view that contains bootstrap design where I access a login to later enter the modules of the system, but within my routes I have one that should send me to a main page (other content) and this main page contai...
asked by 07.02.2018 / 05:49
1
answer

Open dropdown menu and close another dropdown on ipad tablet

I had a problem that when I opened the dropdown on iPad and then I opened another, it only made the open one close and the one I wanted to open did not open when I pressed for the first time, which forced me to press the dropdown twice.     
asked by 09.02.2018 / 15:18
0
answers

Modal window with 02 bootstrap views with c # mvc

Someone could help me, I have a mvc c # master-type detail application, to add detail in the main view I load a modal window (bootstrap) that contains another view (not partial view) I select an option of a dropdownlist, when I I accept, return...
asked by 20.02.2018 / 03:30
2
answers

Display problems of a mobile site

Hi, I'm having a problem with the visualization of a site that arme, it turns out that I check it in the mobile mode that brings chrome, mozilla and it looks perfect, now I check it from my cell phone in any browser and it looks disarmed, it hap...
asked by 03.02.2018 / 14:32
1
answer

Loader Jquery 3.2.1 / Bootstrap 4.0

<style> .loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('load.gif') 50% 50% no-repeat rgb(249,249,249); } </style> In body: <div class="load...
asked by 30.01.2018 / 10:27