I am looking to position the Google custom search box on the left side of my website. Currently, I am using a website builder called imxprs and have implemented this code for my custom search box.
<script>
(function() {
var cx = '013012496897428955507:iauh0vbao98';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:search></gcse:search>
Can anyone provide guidance on how to achieve this alignment? In addition, if anyone is familiar with imxprs, do you know how to align the search box with the H1 element in the blog, similar to the example shown in this photoshopped image: View Image Here