Mobile Version Header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10037660
    davidmh.es
    Participant

    Hello,

    My name is David Martínez and I’m working with “Porto – Responsive HTML5 Template” from Themeforest. I’m modifying the template, you can check in :

    http://www.dmpsicologa.es/test/acercademi.html

    http://www.dmpsicologa.es/test/contacto.html

    But I would like to focus in Mobile header and to have “wider” square button for the Mobile Navigation menu & bigger text on “drop down” mobile menu & bigger linked region (all the line of navigation text).

    Where is specific located CSS code to modify?

    I did not found it.

    Thanks in advance


    #10037663
    davidmh.es
    Participant
    This reply has been marked as private.
    #10037670
    Support
    Keymaster

    Hello, first thanks for your purchase.

    Here’s the code you need to reproduce you desired layout for mobile. Add in (css/custom.css):

    @media(max-width: 575px) {
        #header .header-btn-collapse-nav {
            width: 100px;
            font-size: 20px
        }
        #header .header-nav-main nav > ul > li > a {
            display: block !important;
            text-align: center !important;
            font-size: 20px;
            font-weight: 400;
            padding: 20px 0px;
        }
    }

    Seems that is the first time you are using porto, right ? Keep in mind to not make changes in the template core files like “theme.css”, “theme-elements.css”, “theme.js”, “theme.init.js”.

    If you need custom CSS always use the “custom.css” file. And for JS is the “custom.js”. The purpose is avoid conflicts when you update the template in the future updates.

    We hope this helps!

    kind Regards,

    Rodrigo.


    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


    #10037675
    davidmh.es
    Participant

    Hello,

    I updated the code and I uploaded to the folder /css/custom.css but when I preview… is not applied… and inside Dreamweaver it looks like work…

    Any idea?


    #10037676
    Support
    Keymaster
    This reply has been marked as private.
    #10037678
    davidmh.es
    Participant

    Hi,

    I cleared the cache and now is working in vertical mobile position, but not in horizontal…

    Should be modified too for all mobile formats???

    Please, let me know

    Thanks in advance


    #10037679
    davidmh.es
    Participant

    Hi,

    I modified to allow to see in other devices

    @media(max-width: 990px) {
    #header .header-btn-collapse-nav {
    width: 100px;
    font-size: 20px
    }
    #header .header-nav-main nav > ul > li > a {
    display: block !important;
    text-align: center !important;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0px;
    }
    }


    #10037682
    Support
    Keymaster

    Hello,

    Great that you figured this out!

    If you need further help feel free to contact us.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


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

This topic is marked as "RESOLVED" and can not rceive new replies.