Forum replies created
You can try hiding it by using css.
.meta-info
{
display:none;
}
Please pm me the site login details and also send a screenshot of how it is looking on your system.
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;
}
Not sure what you mean by managing “Evolve excerpt”? Can you please clarify?
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;
}
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.
Try following css and see if it fixes the issue.
.button.add_to_cart_button.product_type_simple
{
padding:0px;
}
Looking into this problem. Will get back to you soon.
What is your site url? Are you getting any error messages?
Please provide your site url so that we are clear about the issue.