• Resolved gxing25

    (@gxing25)


    Hi I was just wondering if there is a way I could change the location of the menu from the right side aligned to the left in the homepage. (I was thinking of taking off the header, and placing the menu location where the header is)

    Please see attached the website. thanks.
    xing-designs.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey, Your link doesn’t seem to be working for me?

    I’m not exactly sure what your going for. Are you wanting to remove the logo and have the menu cover the whole width of the header starting on the left?

    Kadence Themes

    Thread Starter gxing25

    (@gxing25)

    Hi thanks for the response,
    sorry the link is actually https://xing-design.com.
    There isnt a logo right now, nor header.
    But I’d like to have the menu be placed to the left side where the header by default is located.
    Is there also a way where by moving the menu to the left, it will bump the header up?

    Try adding this css and tell me it it’s what you where thinking:

    .kad-header-right {
        width: 100%;
    }
    .kad-header-left {
        display: none;
    }
    .kad-primary-nav ul.sf-menu {
        float: left;
    }

    Kadence Themes

    Thread Starter gxing25

    (@gxing25)

    Yes this is perfect! Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Menu Location in Homepage’ is closed to new replies.