Forums
(@chrisio)
11 years, 2 months ago
Never mind. I solved it with a line of jquery to find the container div and then add a style to the ul
$(document).ready(function() { $('#tabs-1').find('ul').css('margin-left', '-1px'); });