Forum replies created

    Alok Maheshwari
    Spectator
    Posts: 303
    January 20, 2015 at 10:31 pm #14491

    You can try hiding it by using css.

    .meta-info
    {
    display:none;
    }

    Alok Maheshwari
    Spectator
    Posts: 303
    January 20, 2015 at 1:39 am #14486

    Please pm me the site login details and also send a screenshot of how it is looking on your system.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 18, 2015 at 8:09 pm #14481

    We can just add the border on the left hand side and make it minimal which is enough to join both the boxes together.

    ul.sub-menu ul
    {
    border-left:6px solid transparent;
    margin-left:-2px;
    background-clip: padding-box!important;
    }

    In reply to evolve problems
    Alok Maheshwari
    Spectator
    Posts: 303
    January 18, 2015 at 7:38 pm #14479

    Not sure what you mean by managing “Evolve excerpt”? Can you please clarify?

    Alok Maheshwari
    Spectator
    Posts: 303
    January 18, 2015 at 8:26 am #14477

    One way to fix the issue will be to add a transparent border. Once apply the following css and see if it works fine for your need.

    ul.sub-menu ul
    {
    border:8px solid transparent;margin-left:-5px;
    background-clip: padding-box!important;
    }

    Alok Maheshwari
    Spectator
    Posts: 303
    January 18, 2015 at 7:21 am #14476

    Ok, looks like it is happening because of the small gap between the dropdown areas. One way to fix this would be to reduce the gap but let me see if it is possible to fix it without reducing the gap.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 17, 2015 at 6:22 pm #14463

    Try following css and see if it fixes the issue.

    .button.add_to_cart_button.product_type_simple
    {
    padding:0px;
    }

    Alok Maheshwari
    Spectator
    Posts: 303
    January 17, 2015 at 7:05 am #14387

    Looking into this problem. Will get back to you soon.

    Alok Maheshwari
    Spectator
    Posts: 303
    January 17, 2015 at 6:45 am #14386

    What is your site url? Are you getting any error messages?

    Alok Maheshwari
    Spectator
    Posts: 303
    January 16, 2015 at 11:36 pm #14381

    Please provide your site url so that we are clear about the issue.