cc5: How to reduce search and filter box size?

Reduce the size of search, filter boxes, and pagination in CC5.

Overview

The default styling makes these interface elements appear too large.
Add custom CSS to adjust the element sizes via the Header box in your listing configuration.

Answered
bm bmarkus 30 Mar, 2015
Hi

how can I reduce size of search and filter box in cc5? Same goes for pagination vav bar too. They are too big.

Thanks... Béla
Gr GreyHead 31 Mar, 2015
Answer
Hi Béla,

You can add some CSS from the Header box of your listing
<?php
$jdoc = JFactory::getDocument();
$style ="
// add CSS here
";
$jdoc->addStyleDeclaration($style);
?>

Bob
This topic is locked and no more replies can be posted.