Viewing 7 replies - 1 through 7 (of 7 total)
  • It looks like this css code is making the green background disappear:

    div#access {
    background-color: transparent;
    }

    Once you remove that, it’s able to keep the green background when in mobile view. Hope this helps!

    hi jopaislies and chicdesigngeek,

    never change theme files directly, as all changes would be lost with every theme update..

    rather add some CSS to your THEME SETTINGS -> CSS tab,
    which is the update-safe overwrite section for CSS changes.

    Add something like this:

    #header div#access {
    background-color: green;
    }

    should overwrite as it is stronger anyway..
    modify the green color with your exact color for example in hex code..

    hope this helps,
    konrad

    i have no clue how you made this but it looks not correct on my normal laptop device.

    the content and slider are far out to the right..

    did you change any theme files or added custom CSS already?

    Thread Starter jopaislies

    (@jopaislies)

    KonradS,
    I have not changed any theme files at all. Here is the only CSS I added to the CSS tab under the Theme Options:

    #outerrim {
    width: 1000px;
    margin: 0 auto;
    }
    .blog div.pagination, div.v_line {
    background-color: transparent;
    border: none !important;
    border-color: transparent;
    }

    #footer .widgetarea h3.widgettitle {
    background-color: transparent !important;
    font-size: 17px;
    font-color: #333;
    }

    This is all that is in there.
    Thefirst blog: http://blog.lilangelpetboutique.com has looked like that for a while.
    The 2nd blog: http://paisleysartstudio.com I just set up recently. And slider looks the same (far out to the right.)

    Not sure why it is like that. I don’t like it that way. Any suggestions?
    Thanks,
    Jo

    hi jo,

    i got the thing that maks it look so weird:

    remove the first style from your custom css, this one here:

    #outerrim {
    width: 1000px;
    margin: 0 auto;
    }

    its wrong -> remove it..

    should look okay directly then..

    please let me know, konrad

    Thread Starter jopaislies

    (@jopaislies)

    KonradS,
    Thanks! I removed it from both blogs but, I am not sure if it did anything. Please take a look and let me know if it looks different on your end.

    http://blog.lilangelpetboutique.com

    http://www.paisleysartstudio.com

    I greatly appreciate it.
    Thanks,
    Jo

    hi jopaislies – yeah looks better now!

    at least the weird moved container is gone, yes!

    sorry for the late reply! ≈konrad

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Custom Community Nav Menu Bar height doesn't adjust (increase) in mobile view’ is closed to new replies.