[Resolved] Top Bar/Secondary Navigation Area

Home Forums Support [Resolved] Top Bar/Secondary Navigation Area

Home Forums Support Top Bar/Secondary Navigation Area

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #205108
    Tom
    Lead Developer
    Lead Developer

    I’m not sure what you mean by vertical slider bar? Any examples?

    #330804
    Jean-Claude

    Is there an option to make the Top Bar/Secondary Navigation Area sticky?
    Same as the Primary Navigation.
    Something like this –
    http://www.meryll-degordon.com/

    #330813
    Tom
    Lead Developer
    Lead Developer

    Not currently.

    The issue is when multiple elements become “sticky”, they overlap each other unless there’s some pretty heavy logic involved.

    If you only want the top bar/secondary nav to be sticky (and not the primary nav), I might be able to give you some CSS.

    Let me know πŸ™‚

    #330819
    Jean-Claude

    Thank you Tom for the prompt reply.
    I am just fine with the sticky primary nav.
    Was just checking the options available.
    By the way GP Premium is an excellent plugin!

    #330856
    Tom
    Lead Developer
    Lead Developer

    Glad you like it! πŸ™‚

    #430133
    Rudolf

    Hello Tom i would like to know some CSS about sticky topbar as you said before πŸ™‚

    #430193
    Leo
    Staff
    Customer Support

    Can you try:

    .top-bar {
        position: fixed;
        top: 0;
        width: 100%;
    }
    #813365
    Lea

    HI Tom,

    Thanks for making such a great theme. This is my first time using your theme, and I love it.
    I found this thread on adding custom text etc into the top bar above the header. I have successfully added the code you suggested to have content on the left and right side of the top bar, but I was hoping you can help me edit the code to have only one peice of text in the center of the top bar such as a phone number.

    Thanks very much for your help.
    Lea

    #813449
    David
    Staff
    Customer Support

    Hi Lea,

    would you mind raising a new topic where you can share your site link privately using the Site URL field. We can then give you 100% attention as this topic is quite old.

Viewing 9 posts - 16 through 24 (of 24 total)
  • You must be logged in to reply to this topic.