Search Divi Plus Documentation

Search for answers or browse our knowledge base.

All Topics
Print

How to set the alignment of the Hotspot image in the DP Hotspot module?

Please add the following CSS code in Divi Theme Options to adjust the alignment of the hotspot image in the DP Image Hotspot module. You can modify the ‘text-align’ property value as needed.

.dipl_hotspot {
text-align: center;
}
Table of Contents