Forum Replies Created
Viewing 7 posts - 1 through 7 (of 7 total)
-
Author
-
MjParticipant
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. 🙂
MjParticipantCOPY CODE.kleo-main-header .navbar, .kleo-main-header .navbar-collapse ul { line-height: normal; }
does not work.
MjParticipantI 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 CODEProfile <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; }
MjParticipantProblem fixed by adding:
COPY CODE.kleo-main-header { border-bottom-color: #00f; border-bottom-style: solid; border-bottom-width: 3px !important; background: #222; }
MjParticipantCOPY CODE#buddypress #item-header-avatar { box-shadow: 0 0 0 0 !important; margin-top: -150px !important; width: 120px !important; }
Does not work..
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)