Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeroen Sormani

    (@sormano)

    Hi,

    Its possible with some CSS. Normally it would be next to the sorting dropdown, but it looks like your theme has separated it somehow.

    I tried some stuff and this seems to work;

    #page-meta {
        height: 0;
    }
    .form-wppp-select {
        float: right;
        margin-right: 20px;
    }

    Hope that helps! It is kinda a hack with the height:0; if you want it nicer, you should contact your dev/theme dev to change the template files ??

    Happy holidays!
    Jeroen

    Thread Starter andrew.d.harris1

    (@andrewdharris1)

    Thanks, that worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Dropdown Location’ is closed to new replies.