Myweblogin Knowledge Base

Style Addons so the name and price are not overlapping

Add this style snippet in the product main template if your addon names are overlapping:

<style>

.addons_tab {
display: none;
}
.extra {
    width: 120px!important;
    height: 190px!important;
}
</style>

IE

Addon Names Overlapping

to this:

Addon Names with Space

 

Added: 2025-4-03 and last modified: 2025-4-03