cc5: How to reduce search and filter box size?

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
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
bmarkus 31 Mar, 2015
Thanks Bob, will try.
This topic is locked and no more replies can be posted.