Horizontal menu columns

Home Forums Pro Support Horizontal menu columns

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #68910
    Erin LindsayErin Lindsay
    Participant

    Hello there,
    I am wondering how I would be able to make horizontal menu columns.
    Like so

    About X ABOUTy ABOUT T
    xxxxxx yyyyyy TTTTTTT
    xxxxxx yyyyyy TTTTTTT
    xxxxxx yyyyyy TTTTTTT

    Let me know if you have any solutions.

    Thank you

    #68911
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Erin,

    You would need some Custom CSS to achieve something like this.

    The below should help get you started:

    #responsive-menu-pro-container li.responsive-menu-pro-item {
       width: auto;
       display: inline-block;
    }

    All the best

    Peter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Horizontal menu columns’ is closed to new replies.