Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #502088

    Hello all ^^ is posible change submenu widh? so that the sidebar is not facing down.

    Transform this

    http://ganubis.com/15.png

    Like this

    http://ganubis.com/16.png
    http://ganubis.com/17.png

    Thanks

    • This topic was modified 9 years, 2 months ago by Tokyo.
    #502100

    Hey Tokyo!

    Not easily. You could add some CSS like so to your page.

    #sub_menu1 {
      width: 933px !important;
    }
    .sticky_placeholder { display: none !important; }
    

    But you would have to play around with the widths if you want it to look good on all screens. What I would do is remove the borders so it looks good when you resize the screen.

    Regards,
    Elliott

    #502147

    work fine Elliott, thank you very much ;)

    Regards,
    Tokyo

    #502160

    Hello,

    I put a image on the last button on the right.
    Is it possible to align all to the vertical center?

    Like this:

    www.ganubis.com/18.png

    Thanks

    • This reply was modified 9 years, 2 months ago by Tokyo.
    #502318

    Hey!

    Add this.

    .av-subnav-menu > li:last-child {
      top: 1px;
    }
    .av-subnav-menu > li {
      top: -7px;
    }
    

    Cheers!
    Elliott

    #502345

    It works perfect. Elliott thanks. you have solved me a lot of things. I am very grateful.
    have a good day :)

    • This reply was modified 9 years, 2 months ago by Tokyo.
    #502457

    Hey,

    Glad we could help :-)

    Thanks,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu’ is closed to new replies.