Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to align drop down down boxes

Featured Replies

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

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.