This topic has 1 reply, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #199069
     alexlii
    Participant

    Hello,

     

    I set primary menu and second menu on our site.

    For now, both primary and second menu seems center algin, and I would like make the primary menu to be left align and second menu to be right align, would you please let me know how to make it by CSS?

     

    Thanks

    #199080
     Kieran_SQ
    Moderator

    Hi,

    Please use the below custom CSS in your KLEO Child theme’s style.css or within Theme Options.

    COPY CODE
    .primary-menu.collapse.navbar-collapse.nav-collapse {
        float: left !important;
    }
    .secondary-menu.collapse.navbar-collapse.nav-collapse {
        float: right !important;
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?