Questions tagged as 'bootstrap'

2
answers

Responsive problems in Bootstrap

I try to hide a span in my code by bootstrap. I just want it to be displayed in browsers and not on mobile devices <div class="hidden-md-down"><span id="logo-textosp">aenean luctus</span></div> But it does not...
asked by 16.05.2018 / 13:56
2
answers

Center MENU Bootstrap

my HTML code is as follows: .nav-header { position: relative; float: left; width: 100%; z-index: 100; bottom: 20px; } #fh5co-menu-wrap .sf-menu a { padding: 1em .75em; } <div id="fh5co-wrapper"> <div...
asked by 30.04.2018 / 00:22
1
answer

Modify the bootstrap navbar-brand 4

How to make the red box focus vertically on the navbar without changing its size or the height of the navbar? I have a bit of css code with which I adjusted the size of the red box without affecting the size of the navbar. Sludos! <!D...
asked by 04.05.2018 / 06:14
2
answers

Align one button to the right with Bootstrap 4

I'm doing a CRUD and I need to align a button to the right completely but I can not do it, usually I always do it with ml-auto but it does not work for me, here's the code: <link href="https://stackpath.bootstrapcdn.com/...
asked by 22.04.2018 / 07:08
3
answers

Change text color of navbar bootstrap4

I have a bootstrap navbar 4 but I want to change the color of the text but it does not leave me, I'm trying to call from the CSS the class that contains the text and nothing that lets me change the color, it only leaves me if I change it directl...
asked by 18.06.2018 / 20:03
2
answers

Access tokenfield elements

I am creating tags of products through an Ajax search, similar to stackoverflow $('#_keytags').tokenfield({ autocomplete: { source: function(request,response){ $.ajax({ url: route...
asked by 19.06.2018 / 09:54
1
answer

Problems with format of elements outside the navbar in bootstrap

I am using Bootstrap 4.0. I want to put in the navigation bar some elements that are not inside the menu on the right side of the navbar. But the text is displayed in a different format than the text within the navbar. <link href="htt...
asked by 31.03.2018 / 05:09
1
answer

Render two lists by commas in a bootstrap element by js

I do not know how old-fashioned this is ... or that you recommend me to do about it, but I have two lists separated by commas    122,1,3,1,1,2,2,1 and    EMPLOYEES, ANALYST OF ACCOUNTS PAYABLE, GENERAL ASSISTANT, BECARIO, DEVELOPER BI,...
asked by 16.04.2018 / 18:14
1
answer

How to avoid closing a modal after executing the event of a button (within the modal)?

I have a bootstrap modal which contains a textbox and a numeric keypad inside, so when you click on a button you must "write" the number of the button in the textbox. The problem is that when you click any button (from the modal keyboard), the m...
asked by 26.03.2018 / 19:02
2
answers

Problems with a menu (navbar) in bootstap

I'm creating a bootstrap navbar. This is my navbar: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <met...
asked by 23.02.2018 / 16:04