I have added three rows. First is the photo slider, second is a table (using visual editor) and third part is a accordion(using visual editor). However, there is a big space gap between the second and third row. No such happened between the first and second row. I have checked the HTML codes to find that there is a break shown as below.
jQuery UI Accordion – Collapse content
$(function() {
$( “#accordion” ).accordion({
heightStyle: “content”
});
});
Would you please help to advise how can I remove this big gap.
Thanks.
Laurence
Hi Laurence
Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.