Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Getting label and select onto the same line

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #155986
    theograd
    Participant

    I’m struggling with getting my label and select onto the same line on this page:
    http://rsatestamls.kaliocommerce.com/hand-tools/c/10200000/

    For the sort by / best sellers / view all pagination stuff.

    ._. Any ideas on how to do this?

    Thank you bunches.

    #155990
    Alen
    Participant

    try:

    #sorting label{
     display : inline;
     padding-right : 4px;
    }
    
    #sorting select{
     margin-top : 4px;
    }
    
    #156053
    theograd
    Participant

    Awesome – that seemed to work.

    I hate to ask a follow up -But, I’d like to position the pagination (1, 2, 3, view all) on the right-hand side of the grid-control element.

    What would I do for that?

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.