Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #710203

    Hi, I loaded the portfolio demo to test if I want to change my site to this design but the menu doesn’t look like in the demo – http://screencast.com/t/ORhZUP1wW

    How do I change it so each menu item will be in a line of its own so they will be 1 on top of the other?

    #710537

    Hi DROR!

    Thank you for using Enfold.

    Could you please provide a link to the page with the issue? Is that a widget?

    Regards,
    Ismael

    #710569

    Sure, it’s not a widget, the regular menu.

    #711199

    Hi,

    use this code:

    #top .main_menu .menu li {
    float: none;
    }

    Best regards,
    Andy

    #711317

    Thanks!

    I’m trying to edit the main menu links so the font will be bigger but it seems nothing happens. I’m using the advanced styling section of the theme options.

    #711815

    Hi!

    Please use this instead.

    .responsive.html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
        font-size: 20px;
    }

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.