Tagged: icon box
Hey,
Is there any way to position the Icon to the right (the menu only offers top and left).
Thank you,
asaf
Hi asaf,
You can modify it theme wide with:
.iconbox_icon {
float: right;
}
Or target a specific element by targeting the css for that specific icon box item within the layout. But for now there isn’t an option from the theme admin.
Regards,
Devin