Okay
  Public Ticket #1516448
Change mobile menu
Closed

Comments

  • Patrikgustavsson started the conversation

    Hey. 

    Loving the theme so far and since its my first page in WP and its learning by doing I have come across some issues I cannot seem to fix myself.

    1. Is it possible to change the mobile menu to full screen centered big links. If I choose fullscreen in the theme options I only get small links right now in the top left corner. Would be nice to have them centered and bigger.

    It looks like this now: Mobile menu


    2. How can I change so that my portfolio text is centered and above the filter categories.

    How it looks right now: patrikgustavsson.com/portfolio

    See link for how I want it too look (mockup) Portfolio text


    Would very much appreciate some help. Thank you very much.

    /Patrik

    {"wp":{"use":false,"adminUrl":"patrikgustavsson.com/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  • [deleted] replied

    Hi Patrik,

    Glad to hear those words

    1— This is a customization question and support doesn't offer customization services as we wrote on our support homepage and on this area. I will try to help you this time though

    .mobile-menu-wrapper .mobile-menu-container ul li {
        text-align: center;
        background: red;
        width: 100% !important;
        float: left;
    }
    .mobile-menu-wrapper .mobile-menu-container div.menu>ul>li>a, .mobile-menu-wrapper .mobile-menu-container ul.menu>li>a {
        font-size: 50px;
    }
    .mobile-menu-wrapper .mobile-menu-container ul li {
        margin-top: 60px;
    }

    2— That is possible only if you create a separate portfolio item and create the a new page and then place your portfolio (through WPBakery Page Builder > more) under other elements.

    Have a nice day!