Hi,
Installed Megafilter, using it to filter jobs created as articles.
But entering the link to filter gives a bugged, very wide screen, articles not appearing and you get horizontal scroll bar of more than 10000 pixels.

    5 days later

    eladmarmor

    It due to the style of the selector in the filter, I added this custom css into your site:

    html[dir=“rtl”] .chzn-container .chzn-drop {
     left: 0;
     display: none;
    }
    html[dir=“rtl”] .chzn-container-single.chzn-container-single-nosearch .chzn-search {
     position: static;
      left: 0;
    }
    .chzn-with-drop .chzn-drop {
      display: block!important;
    }

    Kindly check.

    Looks good now' except for the selection fields which hover the "per page" text
    Will it remain after updates? will the next version will work properly?
    Thanks

      eladmarmor
      You can add this custom css and adjust the left value as you wish.

      html[dir=“rtl”] .products-toolbar .orderby-displaynumber .toolbar-amount { left: 40%; }

      And yes, this change will not be affected when you update new version.

      Write a Reply...
      You need to Login to view replies.