Sticky Header Partial Appearance Bug

Hello Themeco Team,

I was super late responding to a previous post and the topic has now been locked.

Here was the thread: https://theme.co/apex/forum/t/sticky-header-bug-no-longer-fully-expands/37806

I’m going to respond to this topic with a secure note that has a WordPress login for Themeco staff.

Please let me know if you need any more details. Thanks!

  • Alex

Hi there,

Thank you for providing the site details. I checked your site and I see you’re using an outdated version of Pro. Please update your theme and plugins to the latest version first and see if this resolves the issue. You can find the latest version numbers here: (http://theme.co/changelog/) Then you can compare them to what’s installed on your site.

If you find anything to be out of date, you can review our update guide.

Let us know how this goes!

Hi @Nabeel,

I’ve updated Pro, updated all plugins, and cleared my page cache. Still seeing the partial display on the sticky header.

Let me know next steps. Thank you!

  • Alex

Hi Alex,

To fix this, I added a class to your second bar then added the code below in Header CSS

.my-second-bar {
  top:48px !important;
}
.admin-bar .my-second-bar {
  top:80px !important;
}

Please clear your browser cache and check.

Incase you want to learn CSS, I am sending you some videos that could help


Thanks

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