• Hi guys, I need help for the Enigma theme. The website location is http://test.pfcservicesinc.com.

    I need the menu to be lowercase, but I cannot find the CSS to make it lowercase.

    And the tablet view for this theme, this menu turns out unorganized, I need it in a drop-down list just as its mobile view.

    Thank you

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi..

    Please go to Admin Dashboard >> Appearance >> Theme Options >> Theme General Settings.

    Now copy below css code into custom css editor.

    .navbar-default .navbar-nav li a, .dropdown-menu li a{
      text-transform: lowercase !important;
    }

    Save the changes.

    Thanks.

    Thread Starter pfcproject

    (@pfcproject)

    Thank you, it works.

    And do you know how to make a drop-down menu in its tablet view?

    Hi..

    Please add below css into custom css editor.

    @media (max-width:768px){
    .fa-angle-down {
        margin-right: 0px !important;
        padding: 5px !important;
        background-color:#31A3DD !important;
    }
    }

    Save the changes.

    Thanks.

    Thread Starter pfcproject

    (@pfcproject)

    Thank you so much, it worked.

    Can you check this website in tablet? The services part and leadership part looks weird in tablet.

    Thread Starter pfcproject

    (@pfcproject)

    The issue we are having is when our site is viewed from a tablet. The issue is the appearance of the menu, our Unique DemandCentric Service section, Our Leadership section, and the testimonial section. Our client would like the content to be centered on the page when viewing in a tablet. We have been able to fix most of the issues we have found but this is something that we can’t find within the code. Any help to resolve these appearance issues would be welcomed..

    Thread Starter pfcproject

    (@pfcproject)

    We used the CSS code for the tablet menu noted above, however we are still having issues with how it appears when viewing with a tablet. We were wondering if using a drop down menu would be a option to fix this issue. If so how could that be accomplished?

    Another question is when viewing on a tablet or mobile platform the image slider text becomes all uppercase, we were wondering how this could be fixed to use normal capitalization?

    Hi..

    Please make a child theme and create home-services.php file.

    Now copy code from LINK and paste into child theme’s home-services.php file.

    Also remove below css code from your theme where you add this.

    .ports {
        display: inline-block;
        float: none !important;
    }

    Save the changes.

    Thanks.

    Thread Starter pfcproject

    (@pfcproject)

    Hi, where to remove the css code? And are these code will center the “Service Option”?

    And how to make the menu as a drop-down menu in the tablet view?

    Thank you

    Hi..

    From Custom CSS Editor you can remove that css code, because that css is affecting the service section.

    Also add below css code into Custom CSS Editor.

    @media (max-width:768px){
    #menu .fa-angle-down {
        margin-right: 0px !important;
        padding: 5px !important;
        background-color:#31A3DD !important;
    }
    }

    Save the changes.

    Thanks.

    Thread Starter pfcproject

    (@pfcproject)

    Hi:

    when I remove the code: .ports {
    display: inline-block;
    float: none !important;}
    the portfolio part would go left side, which is not what I want, I want it to be centered.And I think I like the portfolio part right now, so I want to move the service part to be centered in tablet view just like the portfolio part.

    And about the menu, it didn’t make the menu a drop-down menu as it in mobile view. Please help.

    Thank you very much

    Hi..

    Please make a child theme directory and create home-portfolio.php file.

    Now copy code from LINK and paste into child theme’s home-portfolio.php file.

    Save the changes.

    Thanks.

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘Enigma Menu & Mobile problem’ is closed to new replies.