Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • in reply to: Fit it to screen #32064
     Mj
    Participant

    It depend from the Viewport, you can disable it in this way:

    COPY CODE
    
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
    

    add user-scalable=0 and it should work on your inputs as well. 🙂

    in reply to: Unable to reduce the height of the header #31169
     Mj
    Participant
    COPY CODE
    
    .kleo-main-header .navbar, .kleo-main-header .navbar-collapse ul {
        line-height: normal;
    }
    

    does not work.

    in reply to: How to fix this sidebar issue #31072
     Mj
    Participant

    I understand. Let me tell you a little more the way I created this: I created a menu within WordPress and assigned this menu to the custom menu widget.

    Example menu item code:

    COPY CODE
    
    Profile <span class="label label-warning view-your-menu">[mycred_my_rank show_title="1" show_logo="0"]</span>
    

    The stylesheet for ‘view-your-menu’:

    COPY CODE
    
    .view-your-menu {
      float: right;
    }
    

    The following css has been assigned to the whole custom menu widget:

    COPY CODE
    
    #nav_menu-3, #nav_menu-2 {
     background-color: #ffffff; 
      border: 1px solid #dee0e0 !important;
      font-size: 100% !important;
      padding: 20px !important;
    }
    
    in reply to: Hiding main menu on front page not working #30186
     Mj
    Participant

    Problem fixed by adding:

    COPY CODE
    
    .kleo-main-header {
      border-bottom-color: #00f;
      border-bottom-style: solid;
      border-bottom-width: 3px !important;
      background: #222;
    }
    
    in reply to: Which file is used to generate post titles? #30091
     Mj
    Participant
    This reply has been set as private.
    in reply to: BuddyPress question #28011
     Mj
    Participant
    COPY CODE
    
    #buddypress #item-header-avatar {
    box-shadow: 0 0 0 0 !important;
    margin-top: -150px !important;
    width: 120px !important;
    }

    Does not work..

    in reply to: Animated Numbers with Comma causes issue #27663
     Mj
    Participant
    COPY CODE
    
    
    TESTING 
    
    
Viewing 7 posts - 1 through 7 (of 7 total)

Log in with your credentials

Forgot your details?