• jneal95

    (@jneal95)


    Hello.

    Is there a way I can have the primary navigation placed under the site identity logo above the bottom border? Also, can I have it fixed to that location so it doesn’t overlap the content and scroll with the page?

    Thank you.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I recommend asking at https://wordpress.org/support/theme/minalite#new-post so the plugin’s / theme’s developers and support community can help you with this.

    Thread Starter jneal95

    (@jneal95)

    Thank you. I posted in their forum. In regard to the scrolling, it seems to be “fixed” rather than “static.” However, when I make that change in
    /*————————————————————–
    ## Menus
    ————————————————————–*/
    .main-navigation {
    position: static;
    width: inherit;
    max-width: inherit;
    text-align: center;
    height: 55px;
    background: #f9f4f4 none repeat scroll 0 0;
    -webkit-backface-visibility: hidden;
    z-index: 9999;

    in my stylesheet, it does not change anything.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Please keep your posts regardign the theme in the theme’s sub-forum.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Navigation Location’ is closed to new replies.