Pro header container placement

Hi friends

I am trying to get my pro theme header to look like this in the top left -

At the moment I have it all setup, I just need that middle container to move over and sit next to the first container (see screenshot). I tried to position: relative but its not so good for repsonsive design.

Hey @mickster58,

Your site’s currently in under construction mode. Would you mind giving us WordPress Admin access in a Secure Note so we could replicate your setup?

I would recommend though that you put the hamburger button and the menu button in 1 container so it’s more easy to achieve the effect moreover that you have another green button in there. We also would need to take into account where that extra button would be positioned.

Thanks.

Oh of course.

Thanks so much!

You’re welcome. I bet you already figured it out. :slight_smile:

Hi there,

Is there a way to get the button to be ‘cursor:pointer’. At the moment I only want the toggle burger menu to have the hand effect on hover.

Hello @mickster58,

Please edit your header and click the button element. Find the “Customize” tab and insert an element css

$el {
  pointer-events: none;
}

We would loved to know if this has work for you. Thank you.

it worked thanks!

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.