Has anyone any idea how to FIX the refined search on top of the screen like the labelfield.
If i use the CSS ‘position:fixed’ it messes up the whole GRID. Adjusting the page with padding/margins does not work like it should.
suggestion?
Has anyone any idea how to FIX the refined search on top of the screen like the labelfield.
If i use the CSS ‘position:fixed’ it messes up the whole GRID. Adjusting the page with padding/margins does not work like it should.
suggestion?
can you give screenshot to the part you mean?
this does the job on a GRID adjusting position refined search to fixed, adjusting margins for columns and sorting
?>
<style>
#sc_grid_content {padding:0px 0px 0px 150px;}
.scGridRefinedSearchMoldura {
position: fixed;
}
#sc_grid_body {
padding: 0 0 0 150px;
}
#SC_fast_search_top{
margin: 0px 0px 0px 160px;
}
.scAppDivContent {
padding: 0 0 0 160px;
}
.scAppDivToolbar{
padding: 0 0 0 160px;
}
</style>
<?php
do you mean this worked for what you wanted?