I'm having a hard time trying to center a dropdown which is toggled by a button in a group. The group is centered correctly but the dropdown continues at the left corner.
Here is an example.
Can someone help?
Thanks in advance!
|
I'm having a hard time trying to center a dropdown which is toggled by a button in a group. The group is centered correctly but the dropdown continues at the left corner. Here is an example. Can someone help? Thanks in advance! |
|||
|
|
|
If you want to center your
The drawback of it is that you need to know the exact width of the element you are centering (thats the reason I use an id as a selector; of course you need to assing it first). See how it works on your updated fiddle. |
||||
|
|
Maybe you are looking for something like that : Live demo (jsfiddle)
Edit completed the CSS |
|||||||
|