Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,
    you can disable the sticky header, in Appearance -> Customize -> Header -> Design and layout.

    Hope this helps.

    Thread Starter Frankzappafication

    (@frankzappafication)

    Oops that does help a great deal! feeling a bit dim now ?? could you tell me how to hide the great big grey bar though that has appeared?

    Can you share a link to your site? ??
    mm

    Thread Starter Frankzappafication

    (@frankzappafication)

    https://tinyurl.com/o5gcwr2

    please note it is still a tip as I have just started and Customizr is a new theme for me ??

    Thread Starter Frankzappafication

    (@frankzappafication)

    I would have preferred a sticky top header navigation with logo but not sure if I can manage that…

    Why you have this in your custom css?:

    body {
    padding-top: 120px;
    }

    ?
    That’s what produces the “grey bar”. So remove it.

    To display just the logo, always in:
    Appearance -> Customize -> Header -> Design and layout
    check Sticky on scroll and uncheck all the Sticky header display… except
    Sticky header : display the title / logo.

    And to center it, add this to your css:

    .sticky-enabled .tc-header .brand {
    float: none;
    text-align: center;
    width: 100%;
    }
    .sticky-enabled .navbar-wrapper {display:none;}

    hope this helps.

    Thread Starter Frankzappafication

    (@frankzappafication)

    it does thank you – you’re a star! ??

    Thanks ??
    Glad you solved.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Top Nav Bar – would like it to stay in place’ is closed to new replies.