@girhagen
Active 8 years, 2 months ago
-
@mercime replied to the topic layout problem with the order by: in the forum How-to & Troubleshooting 11 years, 6 months ago
@girhagen the label Order by: and the selectbox are on different lines because your theme has styled “label” as display: block. You would need to override the style by adding the following at the bottom of your theme’s stylesheet/style.css
#subnav label {
display: inline;
}