Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

rhiannaweilert

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Mobile Menu Behind Content #3293
    rhiannaweilert
    Participant

    Yes, it was a client request that I said I would try. I think this is as good as it’s going to get. Hopefully they are happy. Thanks so much for your help!

    in reply to: Mobile Menu Behind Content #3291
    rhiannaweilert
    Participant

    I got the header to remain the same size but the page content still jumps up about 15 px when the small header would’ve been triggered ONLY on the mobile site. Also, there is a large amount of space between the header and the page content that needs to be reduced to about 10 px, also ONLY on the mobile site. Any ideas? Thanks!

    http://transmog.net/iphone-simulator/mobile-web-browser-emulator-for-iphone-5.php?u=www.leawoodsmiles.com

    in reply to: Mobile Menu Behind Content #3277
    rhiannaweilert
    Participant

    Update: I’ve removed all the CSS that alters the header size and starting from the ground up. Can you recommend a CSS alteration that will remove the size shift without hurting anything else like the menu? You can ignore the above question.

    in reply to: Mobile Menu Behind Content #3276
    rhiannaweilert
    Participant

    Here is the CSS I’ve added:

    #content h1 a, #content h2 a, #content h3 a, #content h4 a, .page-content h1, .post-content h1, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, .serif, cite, h1, h2, h3, h4, h5, h6, .post-header, .page h1, #rps h4.post-title a span, .su-heading-shell {
    color: #7b7c7f;
    border: 0px;
    font-weight: 200 !important;
    }

    #header #header-box {
    border-bottom: 1px dotted #DEE5E6;
    }

    #header {
    border: 0px;
    }

    #footer #copyright .container {
    border-top: 1px dotted #DEE5E6;
    }

    a:link {
    text-decoration: none;
    border-bottom: 1px dotted #DEE5E6;
    color: #666666;
    }

    #nav-primary ul a, #nav-secondary ul a, .mobilemenu .dropdown-menu, .mobile-icon-title-text {
    font-family: ‘Open Sans’, Arial, sans-serif;
    font-weight: bold;
    }

    #respond input#submit, .contact-submit input, .back-button input, input[type=”submit”] {
    cursor: pointer;
    color: #7a7a7e;
    margin-left: 0;
    padding: 11px 13px;
    background-color: transparent;
    border: 2px solid #7a7a7e;
    }

    #nav-primary .current-menu-item > a {
    border: 2px solid #7a7a7e;
    }

    .social-widget-icon {
    border: 2px solid #7a7a7e;
    }

    .widget-sidebar {
    margin-top: 30px;
    }

    .page-heading {
    margin-bottom: 0px;
    }

    #page-background {
    margin-top: 160px;
    }

    #sidebar {
    margin: 0 0 0 650px;
    position: fixed;
    }

    #footer {
    background-color: transparent;
    }

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