diff --git a/themes/bootstrap/templates/search/controls/limit.phtml b/themes/bootstrap/templates/search/controls/limit.phtml index 6e5e44b02f264f2a9129fdc4e0d3d95a8ce1668f..babf26ba943f2ff78ed9fc285af7033310a241bd 100644 --- a/themes/bootstrap/templates/search/controls/limit.phtml +++ b/themes/bootstrap/templates/search/controls/limit.phtml @@ -1,4 +1,4 @@ -<div class="limitSelect"> +<div class="limitSelect text-right"> <? $limitList = $this->params->getLimitList(); if (count($limitList) > 1): ?> <form action="<?=$this->currentPath() . $this->results->getUrlQuery()->setLimit(null)?>" class="form-inline" method="post"> <label for="limit" class="help-inline"><?=$this->transEsc('Results per page')?></label>