Page Builder
CSS Befehlszeilen
Abrundung Bild rechts
#addonId .sppb-img-container img {
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
Kreis in Symbol normal
#addonId .sppb-icon-inner{
z-index:2;
position:relative;
}
Kreis in Bild – Feature-Box
#addonId .sppb-icon{
z-index:2;
position:relative;
}
Leerraum
#addonWrapper #addonId {
position: absolute;
width: 100%;
height: 100%;
top: 0;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}