Hello,
I was able to make some customizations to the css for the border of the position #hikashop_product_left_part, however the border is still running across and under my right side column/module.
This is what I did. Even setting the width to 200 px didn't change the width.
#hikashop_product_left_part {
border: 1px solid #e7e7e7;
padding: 5px;
width:200px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
I would very much like the width to match the width of the table below - see
naturalsports.cloudaccess.net/component/...t-a.html?Itemid=1070
.
I really appreciate if you could tell me exactly which css file I need to modify and with the correct css code.
Thanks for your consideration and help.
Martin