Horisontal align
-
For good horisontal align, change in CSS:
add for ul: text-align:center,
remove for li: float:left, and add: display:inline-block`html body ul.easy_gallery_wp {text-align:center;margin:0px 0 25px -10px;padding:0;list-style:none;overflow:hidden}
html body ul.easy_gallery_wp li{display:inline-block;margin:0;cursor:pointer;position:relative}https://www.ads-software.com/plugins/photo-gallery-awesome-responsive-image-gallery/
- The topic ‘Horisontal align’ is closed to new replies.