Forum replies created

    Alok Maheshwari
    Spectator
    Posts: 303
    20.01.2015 at 22:31 #14491

    You can try hiding it by using css.

    .meta-info
    {
    display:none;
    }

    Alok Maheshwari
    Spectator
    Posts: 303
    20.01.2015 at 01:39 #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
    18.01.2015 at 20:09 #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
    18.01.2015 at 19:38 #14479

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

    Alok Maheshwari
    Spectator
    Posts: 303
    18.01.2015 at 08:26 #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
    18.01.2015 at 07:21 #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
    17.01.2015 at 18:22 #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
    17.01.2015 at 07:05 #14387

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

    Alok Maheshwari
    Spectator
    Posts: 303
    17.01.2015 at 06:45 #14386

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

    Alok Maheshwari
    Spectator
    Posts: 303
    16.01.2015 at 23:36 #14381

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