Skip to:
Content
Pages
Categories
Search
Top
Bottom

layout problem with the order by:


  • girhagen
    Participant

    @girhagen

    hello,

    im having problembs with my layout.

    im useing Pageline and buddypress 1.7,

    problem is that the dropdown menu that is suppose to be right after Order by:
    gets pushed down one row,

    here is my site:

    http://www.onlineportalen.se

    could use some advise, i have been looking tru the forum and cant seam to find a fix or anything realy about this ,

    thank you in advance
    /
    Lars

Viewing 3 replies - 1 through 3 (of 3 total)

  • girhagen
    Participant

    @girhagen

    anyone got an ide?


    @mercime
    Keymaster

    @mercime

    @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;
    }


    girhagen
    Participant

    @girhagen

    worked like a charm, thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘layout problem with the order by:’ is closed to new replies.
Skip to toolbar