Hello, I was wondering if I could customize this layout a bit. Is it possible to move the + sign a bit more to the right (more space) and ist it also possible to make det edges of the boxes more round?
Hey limedrop,
Please try the following in Quick CSS under Enfold->General Styling:
.toggle_icon {
left: 24px;
}
.togglecontainer {
border-radius: 5px;
}
Best regards,
Rikard
Yes that worked :)
But nut the border radius bit: .
togglecontainer {
border-radius: 5px;
}
