• Resolved jcavner

    (@jcavner)


    I’m trying to find where in the code I need to change to move my main menu down a bit. Once a user is logged in and the WP logged in menu shows up, the main menu is mostly covered up. Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • @jcavner every theme is different, you need to show a link and subscriber access account for people to be able to help.

    Thread Starter jcavner

    (@jcavner)

    Ok, I thought that maybe since I posted in a theme specific support area that someone might know off the top of their head.

    Please delete that IMMEDIATELY, and update the password, this should be shared in private!

    email me at [Email moderated] with a new account to check it out for you, thank you!

    also having checked your url you just need to add the following code

    top: 32px;

    at line 57 in the file ‘xt_corporate_lite_common.css’ located in ‘themes/xt-corporate-lite/assets/css/’ so it would become

    .home .navbar-fixed-top, .navbar-fixed-top.navbar-shrink{
    position:fixed; margin-top:32px;
    }

    Also note that you should be using parent/child theme setup since you will lose any customizations added to the theme if you updated it without having your customizations in a child theme.

    Thread Starter jcavner

    (@jcavner)

    Perfect. Thank you!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    @jcavner, Please never give your credentials to anyone that asks for it on these forums. This person has already been warned not to ask.

    Thread Starter jcavner

    (@jcavner)

    Thanks. To his credit, the issue was solved, however all creds used have been destroyed as a precaution.

    @jcavner thank you! some people here are not very friendly

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Moving Main Menu Down’ is closed to new replies.