Ok, so on my jr6 sites, last night I made a few trials of adding the "margin top 70px" code snippet in my active (customized from ningja) skin: I experimented in doing this in both my mobile_core.css and my tablet_core.css files in my active skin (I'm assuming that's where this needs to be changed).
I got mostly no results, but when I did get results it simply added more space above the header...but still the top tabs and login window etc remained stuck BEHIND the banner and were still not accessible. I undid the tests I made.
This issue is happening on both my jr6 sites, on iPads but not on Android phones...and i see it in Safari and Chrome but have not looked at other browsers- I assume they all show it. As I show in my video in my prior post, it prevents members from logging in on ipads, and also keeps folks from accessing upper TABS, such as on their profile pages.
I'm stuck. Maybe you can tell me more specifically what code to add and in which .css file, please?
Here is what I have in my two files (note that there's a scrollbar to see both codes in their entirety)...first my mobile_core.css, and secondly my tablet_core.css :
mobile_core.css:
@media handheld, only screen and (max-width: 767px) {
body {
width: 100%;
min-width: 0;
margin: 0;
padding: 0;
font-size: 10px;
-webkit-text-size-adjust: none;
}
h1 {
font-size: 14px;
font-weight: bold;
}
h2 {
font-size: 13px;
}
h3 {
font-size: 12px;
}
h4 {
font-size: 11px;
}
input[type=submit], input[type=reset], input[type=button] {
-webkit-appearance: none;
}
.ioutline, .iloutline {
border-width: 0;
margin: 0;
padding: 1px;
}
margin: 0;
padding: 0;
padding-top: 48px;
}
margin-top: 0 !important;
margin: 0;
padding: 0;
}
position: inherit;
background-image: none;
margin-bottom: 0;
height: 45px !important;
padding: 3px 0;
z-index: auto;
}
background-color:
text-align: center;
width: 100%;
padding: 0;
margin: 0;
}
.banner {
display: none;
}
background-color:transparent;
position: relative;
float: left;
width: 28px;
height: 28px;
top: 6px;
left: 6px;
z-index: 50;
}
padding: 6px;
text-align: center;
font-size: 14px;
}
.rslides {
height: 300px;
}
.rslides_tabs {
width: auto !important;
padding: 6px;
margin: 0;
}
.rslides li {
height: 300px;
}
margin: 0;
padding: 0;
}
display: none;
padding: 0;
margin: 0;
}
text-align: center;
padding: 0 12px;
margin-bottom: 24px;
font-size: 11px;
}
.row, .container {
width: 100%;
min-width: 0;
margin: 0;
padding: 0;
}
.row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
width: auto;
float: none;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.block {
font-size: 12px;
}
background:
height: 86px;
overflow: scroll;
overflow-y: scroll;
border: 3px solid
}
margin-right: 0;
}
.page_content {
width: 100%;
margin: 0 auto;
}
.page_banner_box {
background-color:
}
.page_banner {
margin-bottom: 6px;
}
.page_banner_icon {
padding: 0;
margin: 0;
}
.page_banner_icon img {
display: none;
}
.page_banner_left {
text-align: left;
background-color:
padding: 3px 9px;
font-size: 12px;
font-weight: bold;
text-transform: capitalize;
white-space: nowrap;
}
.page_banner_right {
background-color:
padding: 6px 12px;
text-align: right;
}
.page_table_header {
font-size: 8px;
}
.page_table_cell {
padding: 2px;
font-size: 8px;
}
.nowrap {
white-space: normal;
}
.element_left {
padding: 3px;
font-size: 11px;
}
.element_right {
font-size: 10px;
padding: 3px;
}
.profile_image_element_right img {
width: 190px;
text-align: center;
}
.profile_menu_entry {
padding: 8px;
margin-bottom: 3px;
}
.profile_name_box {
height: 40px;
padding: 6px;
margin: 0;
}
.profile_name {
display:inline-block;
margin: 3px;
font-size: 22px;
}
.profile_menu {
padding: 0 0 0 5px;
margin: 0;
}
margin: 12px 12px 6px 12px;
width: 90%;
padding: 3px;
font-size: 18px;
color:
text-transform: capitalize;
}
.block {
padding: 6px;
margin: 0;
}
.title {
padding: 6px;
min-height: 40px;
}
.title h1 {
display: inline-block;
font-size: 18px;
margin-top: 9px;
padding: 0;
}
.breadcrumbs {
display: none;
}
.form_button {
font: bold 10px Verdana, sans-serif;
padding: 0 6px;
margin: 0;
}
.form_select_item_jumper {
width: 50%;
}
.upload_button {
font: bold 10px Verdana, sans-serif;
height: 20px;
padding: 6px 6px 0 6px;
margin: 0;
}
.create_img {
height: 20px;
width: 20px;
}
.update_img {
height: 20px;
width: 20px;
}
.delete_img {
height: 20px;
width: 20px;
}
.download_img {
height: 20px;
width: 20px;
}
.img-profile {
max-width:250px;
max-height:250px;
margin: 4px auto;
}
.page_tab_bar_holder {
width: 100%;
background:
border-bottom: 0;
padding: 0 12px 9px 0;
}
.page_tab_bar_spacer {
height: 0;
background-color:
}
.page_tab {
background:
float: left;
list-style: none;
margin: 3px 6px 3px 0;
color:
text-transform: capitalize;
font-size: 12px;
padding: 3px;
text-align: center;
border-radius: 0;
}
.page_tab a {
color:
text-decoration: none;
}
.page_tab_first {
margin-left: 0;
}
.page_tab_last {
background:
color:
}
.page_tab_active {
background:
color:
border: 0;
}
.page_tab_active a {
color:
}
.info_img {
display: none;
}
.gallery_img {
width: 100%;
}
.item {
padding: 6px;
font-size: 12px;
}
width: 95%;
}
.action_item_holder {
text-align: left;
display: inline-block;
}
.action_item_desc {
font-size: 10px;
}
.action_item_user_img {
display: none;
}
display: none;
}
.action_item {
width: 100%;
font-size: 11px;
overflow: auto;
clear: both;
}
.action_item_date {
clear: both;
float: none;
text-align: left;
font-size: 8px;
font-style: italic;
margin: 6px 0 0 0;
}
.action_item_user_img {
margin: 0 9px 0 0;
width: 32px;
height: 32px;
}
.action_media_thumb {
display: inline-block;
}
.action_media_thumb img {
display: inline-block;
width: 32px;
height: 32px;
}
.left {
font-size: 10px;
}
.right {
font-size: 10px;
}
.form_text_search {
width: 33%;
}
.ds_browser_key {
width: auto;
}
width: 80px;
}
.CodeMirror {
width: 30% !important;
}
.scrollup{
bottom:10px;
right:10px;
}
}
tablet_core.css:
@media only screen and (max-width: 1025px) {
input[type=submit], input[type=reset], input[type=button] {
-webkit-appearance: none;
}
.page_tab {
font-size: 14px;
}
.page_section_header {
border-bottom: 0;
margin-bottom: 9px;
}
height: 115px !important;
}
margin-top: 20px !important;
}
padding: 12px 0 !important;
}
padding: 3px 6px !important;
}
}
@media only screen and (max-width: 900px) {
width: 189px !important;
height: 51px !important;
}
}
Thank you for your help!
--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
updated by @strumelia: 01/03/17 01:03:08PM