Forums
Forums / Plugin: Dynamic Team Manager - Team Member Showcase with grid, slider, table Elementor widget & shortcode / Alignment slightly off
(@divorcetheworld)
11 years, 11 months ago
If you take a look at my page, you’ll see that the social icons are slightly off-center. They are not perfectly centered beneath the member photo. Why is this?
http://holyapostles.edu/dps/site-contributors/
https://ww.wp.xz.cn/plugins/wp-team-manager/
(@maidulcu)
Hi Devid, Your theme is overriding the css of team manager plugin
This is the code i found on your theme
.post-content ul ul{ list-style-type: circle; list-style-position: inside; margin-left: 1.5em; }
Make it
.post-content ul ul{ list-style-type: circle; list-style-position: inside; margin-left: 0; }
This will solve the problem
The topic ‘Alignment slightly off’ is closed to new replies.