Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mr.V

    (@mrv-1)

    gouravwptech,

    1.The css.code you gave me + the one I had in my custom css worked together to fix the (Mobile portrait (320×480)

    Here is what I had in addition. Which when I pulled from the custom.css it changed it with your code. But when added with your code it made the mobile portrait(320×480) work out the way we are all very happy with. (big thanks)

    Ok, there are still issues with

    Mobile landscape (480×320)

    Small tablet landscape (800×600)

    Tablet portrait (768×1024)
    &
    Tablet landscape (1024×768)(almost perfect but

    and the logos in (1024×768) because they are center stacked.. but I can probably try and figure that one out.. but I will wait for your advice because my doings may undo somewhere else…

    here is the code I have in the custom css as of now.

    @media screen and (max-width: 480px) {
    .navbar-brand > img {
    max-width: 200px;
    }

    @media (max-width: 767px){
    .navbar-inverse .navbar-nav > li {
    background-color: rgba(35, 32, 32, 0.67);
    }
    .navbar-toggle.collapsed {
    background-color: #808080 !important;
    z-index: 999;
    position: absolute;
    right: 0;
    }
    .menu-align-center .responsive-logo {
    height: auto;
    width: auto;
    }}

    @media (max-width: 992px) {
    .sidebar-wrap.col-md-3.content-left-wrap {
    display: inline-block;
    width: 100%;
    }
    }

    .headerright {
    width:60% !important;
    float: right !important;
    margin:0px 0px 0px !important;
    padding: 0px !important;
    }

    formcraft-css .fcb_form {
    width: 100% !important;
    }

    .site-main p {
    margin: 0px 0px 24px !important;
    }

    .headerlower {
    width: 50%;
    float: right !important;
    margin: 0px;
    padding: 0px;
    }

    .headerright {
    width: 45%;
    float: right !important;
    margin: 0px 0px 0px;
    padding: 0px

    }

    .headerright a img {
    border: none;
    margin: 0px;
    padding: 0px;
    }

    postmetadata .meta-author { display: none; }

    ok, Silly question but how do I upload a screen shot from my desktop to this post or topic?,

    Thank you gouravwptech,

    Thread Starter Mr.V

    (@mrv-1)

    I emailed you a response let me know if that form of communication is best for the additional issue I stated in the email. I would rather keep that part private. I will respond here for the main issues addressed in the messages above for (Zerif-Lite -Mobile responsive-desktop responsive- header and our team)

    Ok so I will try what you said for the issues stated above in this message and post here so others can benefit from this topic! Thank you gouravwptech for coming to the rescue! Major kudos to you!

    I love wordpress!~

    (p.s I need a few hours to get back to you) as stated in email response.

    Talk soon!

    Thread Starter Mr.V

    (@mrv-1)

    *gray box = gary

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