Archived topic
Few questions for the header of website
6 replies · Started by pancakebg on March 13, 2019
Hey guys, i need to recreate the header of this website in WP.
I added the testing site below in the Website URL area.
My question is, can i put a search on the left from the logo, and can i put the number on the right of the logo in the header.
Hi there,
Try creating a hook element
https://docs.generatepress.com/article/hooks-element-overview/
with 2 <div> like this:
<div class="search">search here</div>
<div class="phone">phone here</div>
Select after_header_content for the hook.
Then we should be able to use some CSS.
Let me know :)
Done Leo, sorry but for the rest i might need help to style this one because i have no idea how to do it. ;[
I'll try to help if it's relatively simple :)
I don't see any header widgets added though.
You will also need to align the header to left:
https://docs.generatepress.com/article/header-layout/
Ok, i added search widget and html with text to the header widgets.
Btw, i can give you the admin access if that's going to be easier for you.
I will lean how to do it by checking out the css later on.
NVM, i figured it out i found some CSS
Glad you did!