September 22, 201015 yr Hi all, im going out of my mind trying to figure out how to align some drop down selection boxes on my website festivalnet.co.uk they can be seen below the main feature. The boxes are actually a wordpress widget the source code is widget Ive tried the wordpress forum, the plugin developer and the theme creator but still no joy. surely its just a case of adding some CSS into the widget.....? i know very little so thanks in advance for any help at all. Cheers
September 22, 201015 yr This css should give you an idea #wpmts { overflow:auto; width:420px; } .mtswlabel { clear:both; float:left; margin:3px 0; width:185px; } select { float:left; font-size:110%; margin:0 0 5px; vertical-align:text-bottom; width:215px; } input { clear:both; float:left; margin:0 0 0 345px; } 1st rule=is the form 2nd rule=is the text 3rd rule=selection box 4th rule=search button you also had a couple of <br>'s in // First the Top DropDown Parents that you can remove
Create an account or sign in to comment