Hello,
Please tell us where you want search form.
Thanks.
Hi,
Header, under social Icon
thanks
Hello,
Please Go to enigma theme folder and open header.php and see line no. 76 and add the below code given –
<div class="search">
<?php get_search_form(); ?>
</div>
Use this code in Custom CSS box and save –
.search {
float: right;
margin-right: 45px;
}
Thanks.
Hi,
after add code, my website have gray line
Hello,
Please give your site URL.
Thanks.
I hope this will be helpful

Hello,
Use this code in Custom CSS box and save –
.header_section .hd-img {
display: none;
}
Thanks.
Thank you so much!
but after use code create serch form above, when i input keyword and enter
The site interface is skewed to the right

-
This reply was modified 9 years, 2 months ago by
onlylovebx.
-
This reply was modified 9 years, 2 months ago by
onlylovebx.
May be some CSS conflict with your search box CSS.
Without site URL we cant judge the issue.
Thanks.