Pro Header Alignment

Hi,

I have a Pro Header, which I am overall very happy with. The top bar has three containers within it - Telephone / Off canvas form / social links.

There is one minor irritation I am trying to deal with, but cannot seem to get it right. I would like the central container (off canvas toggle) to be centred on the page, so it aligns with the logo in the bar below. The left and right containers are laid out as I already want them to be.

Do you have any advice as to how I can force the middle container to be centralised?

Login details in secure note.

Thanks,
Christopher

Hello @cdnwhite,

Thanks for posting in!

To center the logo, the left and right container must have the same width. I went ahead and edit your header. I have added this inline element css in your container 1 and container 3 “Customize” tab.

$el{
  min-width: 270px;
}

Please check your site now.

Thanks RueNel! Perfect. A minor tweak with the alignment of containers 1 and 3 and it is exactly what I was trying to achieve.

Many thanks,
Christopher

You’re welcome!
We’re glad we were able to help you out.

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