Skip to main content

All Questions

1 vote
0 answers
22 views

Panel content overflow to bottom

My text in second column has overflow to bottom row. Refer to the long address which overflow to bottom. jsFiddle : http://jsfiddle.net/m1qjbr70/ Adding "word-wrap:break-word; does not fix the ...
sg552's user avatar
  • 1,543
0 votes
1 answer
585 views

Bootstrap: css: html: Position bootstrap panel to the top right corner of the page

I have an html page with some labels and form controls and a bootstrap 3 panel. I would like to place the panel in the top right corner of the page. How do I do that? .cshtml: <div> <form id=&...
SoftwareDveloper's user avatar
0 votes
1 answer
517 views

How to add a button on the right o bootstrap panel

I am trying to add a delete button on the right of bootstrap panel. No matter what I do it is not getting inline with panel heading. Help please. <div class="panel-heading"> Update Article ...
user934820's user avatar
  • 1,178
0 votes
0 answers
39 views

Flex Items same height across rows

I'm developing bootstrap panels using angularjs and am wondering if it's possible to have all the panels (in all rows) be the same height using flex boxes. Currently the panels are the same height if ...
Dave's user avatar
  • 1,277
0 votes
1 answer
1k views

(Bootstrap 4) Scroll to top of tab-pane with a sticky Nav

I have a sticky navigation (sticks to top of the screen) that toggles between tabbed panels using Bootstrap 4. When I click on a particular tab, and scroll down, clicking on a different tab makes it ...
Dan's user avatar
  • 13
0 votes
1 answer
142 views

Most used bootrstrap CDN link/ links?

I was testing out using panels in my web app using this CDN link provided by the official Bootstrap site <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/...
Boron's user avatar
  • 129
0 votes
1 answer
101 views

How to collapsed only first bootstrap panel?

I want to active only first bootstrap panel but when it loaded collapse/active all panel. Here is my code: <?php $the_query = new ...
user avatar
1 vote
1 answer
253 views

How to avoid a page from reloading on submitting a form inside a collapsible panel?

In my Bootstrap application, I have included collapsible panels script (HTML,CSS and Jquery) through this link: https://codepen.io/nhembram/pen/XKEJJp. Though I have replaced the content of these ...
Anuja Kulkarni's user avatar
0 votes
1 answer
76 views

No gutter between 2 bootstrap 3.x panel

I need to have 2 panel in Bootstrap 3.x horizontally. I added the normal codes like this: <div class="panel panel-default col-md-6"> <div class="panel-heading">Heading</div> ...
Mohammad Saberi's user avatar
1 vote
1 answer
1k views

Vertical center a span with font-awesome 5 SVG icon in Bootstrap Panel Heading

I have this code: <div class="panel-heading clearfix"> <div class="col-md-11 left"> <button style="display: inline-block;" type="button" class="...
user avatar
0 votes
1 answer
185 views

ASP .NET Panels visible true/false working only after double clicking in breakpoint mode

I have a strange problem. There are two panels in my Page. On click of a button one becomes visible and other gets hidden. Following is my code. <asp:Panel ID="pnlIDProof" runat="server" ...
Prasanth Kumar Vinakota's user avatar
0 votes
1 answer
541 views

Bootstrap panel corners with custom color

I am trying to make a panel with a custom color. This case color orange. As can be seen in this example, the bottom corners are not colored. HTML <div class="col-md-6"> <div class="panel ...
Kees de Jager's user avatar
1 vote
0 answers
607 views

Using thymeleaf and bootstrap to create a panel accordion from a list but collapsable function doesn't work

I am very new to bootstrap. I am using bootstrap along with thymeleaf to create a collapsable panel accordion from a list. Iterating through the list works. Displaying the panel body works. At one ...
Tan W's user avatar
  • 25
0 votes
1 answer
529 views

bootstrap nested panel collapse toggle without IDs

I'm not sure if what I'm trying to do is even possible but here it is. I'm using bootstrap 3.3.7 I'm also working in TFS There are blocks of code generated by clicking on items like "add user" or "...
miss chohoh's user avatar
1 vote
1 answer
61 views

jQuery Search page for word not working as expected

I have a view full of bootstrap collapsible panels. Inside the panels are a list of documents. I have a search box at the top of the page for the user to type in the document name. What currently ...
Grizzly's user avatar
  • 5,923

15 30 50 per page
1
2 3 4 5
8