Topbar throws off header spacing

Hi,

Please see attached screen captures…

Any ideas on how to get the spacing to remain spot on WITH the topbar engaged?

Thank You.

Hello David,

Thanks for writing in!

To correct your header, please do the following:

  • Please remove this custom css:
.x-topbar {
    height: 36px; 
    min-height: 0;
}
  • You will need to edit your Topbar content and use this instead:
What the Top 1% of Mental Health Experts Know That You Don't  - <a href="https://joinnow.live/s/JnVcVs" target="new">Watch Our Training</a>
  • And then you will need to add this custom css:
.x-topbar .p-info {
    color: white;
    font-size: 12px;
    display: block;
    float: none;
    text-align: center;
}

And you will have this layout:

Please let us know how it goes.

1 Like

Worked perfectly!

You all are THE best.

Don’t know how you do it.

Thank YOU

You are most welcome. :slight_smile:

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