Take a look at the code snippet below:
https://jsfiddle.net/fcx0wkq3/1/
When you expand the result window, you'll notice the menu buttons on the left. I am trying to adjust the position of these menu buttons to bring them towards the center or the right side of the screen. However, when I modify the <ul>
tag as shown below:
<ul style="left:30%">
the result appears like this:
https://jsfiddle.net/70fbsL75/
As you can see, the buttons are now skewed. How can I fix this issue?