Hi,
I couldn't find searchKeyword.php in Pages Builder... how can I rearrange the blocks to be in two columns?... The Search Sections on the left and the Search Results on the right, like Google Site Search page...
Thanks
Hi, I couldn't find searchKeyword.php in Pages Builder... how can I rearrange the blocks to be in two columns?... The Search Sections on the left and the Search Results on the right, like Google Site Search page... Thanks |
Any help? Thanks... |
You will need Deano's head injections module and add the following using the page title 'Search'. It's only a workaround and depends on your sites styling. <!-- Head Injection --> <style> form#searchForm { background-color: rgba(255,255,255,0.8); float: left; width: 30%; position: relative; left: -15px; margin-top: 1px; } div#searchArea { width: 69% !important; float: right !important; margin: 0 !important; } .bx-def-margin-top-auto { margin-top: 0 !important; } .boxContent { margin-left: 15px !important; } </style> Hope this helps
Richard
This is my signature, there are many like it but this one is mine... |