Accordion jQuery, when in line it pushes the 2nd item down with it -
i have added jquery accordion, issue when click on picture drop down see list, pulls picture down next it. pictures stay inline, i'm not sure how this?
add float:left .location class has been assigned li
li.location{ float:left } the above disturb structure , change padding below in usual position when without float:left
li.location { max-width: 100%; width: 450px; display: inline-block; padding: 50px 100px; //change padding float: left; //keep float left } ps - habit add code question instead of link site link might broken someday. assist question piece of code
Comments
Post a Comment