• Closed
  • Joe
    Spectator
    March 29, 2017 at 12:30 am #33159

    I try and edit the header using the Appearance–>Customize–>Header, and the bar wont open up all the way. I reinstalled new version, disabled all plugins, still same issue, on explorer, same issue.Evolve+ 2.7.2. It seems to happen on all the second tier menu’s. http://prnt.sc/epog9w

    Jennifer Okada
    Spectator
    Posts: 3
    April 1, 2017 at 5:37 am #33261

    I see line 43 in the css code but I don’t know how to update the panel.css file. I need some step by step instruction.

    Joe
    Spectator
    Posts: 3
    April 1, 2017 at 6:04 am #33263

    All you have to do is download the new files from here, then upload the phone theme again and it will work. They updated their theme files.

    Priyank
    Spectator
    Posts: 747
    April 1, 2017 at 7:10 am #33264

    Hi,

    We update both themes, Please go to this link and download your theme

    My account

    Find panel.css file to this path and upload or replace to exist file to the same path
    1) For evolve theme users
    evolve-plus\wp-content\themes\evolve\library\admin\panel.css

    2) For alora theme users
    alora\wp-content\themes\alora\admin\panel.css

    Thank you

    Donna Embree
    Spectator
    Posts: 5
    April 4, 2017 at 12:25 am #33288

    We are using Evolve Plus and I dont see that code on line 43. What I do see is:

    Evolve- starting at line 37
    .redux-SH-info {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 2;
    border: 1px solid #d9d0d0;
    border-radius: 5px;
    background-color: #f1f1f1;
    padding: 10px;
    }
    Evolve Plus- starting at line 37
    .redux-sidebar .redux-group-tab-link-a i {
    font-size: 1.8em;
    line-height: .8em;
    }

    @media screen and (min-width: 600px) {
    .redux-main {
    margin-left: 249px !important;
    }
    }

    Suggestions? We cant use the site at all right now.
    Ps we updated our email address. didnt see a reply

    Donna Embree
    Spectator
    Posts: 5
    April 4, 2017 at 12:51 am #33289
    This reply has been marked as private.
    Donna Embree
    Spectator
    Posts: 5
    April 4, 2017 at 12:53 am #33290
    This reply has been marked as private.
    Priyank
    Spectator
    Posts: 747
    April 4, 2017 at 7:14 am #33291

    Hi Donna,

    Please remove this code in your file.

    @media screen and (min-width: 600px) {
    .redux-main {
    margin-left: 249px !important;
    }
    }

    Thank you