• Resolved jonbartlow

    (@jonbartlow)


    What could cause a topbar with the Force TopBar to Be Fixed On Top of Page setting set to yes not to work? So it stays at the top of the page and pushes content down.

    My bar appears 40px or so down the page, hidden behind content and stays on the page as I scroll. It flickers into view at a certain point near the top but it does not display correctly.

    Been messing with the setting for hours.

    If I add top: 40; padding:0; margin:0; width: 100%; z-index: 99999; to the third box under CSS (Which I thought it said would be ignored when using the first mentioned setting) it then displays 20 or so px down from the top of the page like using the css field ignores the other setting. Almost like the z-index is helping it show up but the rest is ignored? changing top to different values in css C did nothing.

    • This topic was modified 6 years, 10 months ago by jonbartlow.
    • This topic was modified 6 years, 10 months ago by jonbartlow.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jonbartlow

    (@jonbartlow)

    I think the issue is this plugin just cannot do what I want and push the menu and all content down?
    Seems like it is being position behind the top menu pushing only the page content down, not including the top nav menu. When I use the second example css for CSS option C and no option under main to force it fixed at top.
    Maybe an issue with compatibility with the theme?

    Thread Starter jonbartlow

    (@jonbartlow)

    In case anyone else is trying to do something similar I compromised and displayed it below the nav menu using absolute positioning in CSS field C.

    using this
    position:absolute; top: 40; padding:0; margin:0; width: 100%; z-index: 99999;

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fixed to top of page topbar’ is closed to new replies.