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
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
Hi Béla,
You can add some CSS from the Header box of your listing
Bob
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.