the logo img should be centered
-
Hello
Nice Plugin, it work fine ??just wanna give my point of view, that the logo images must me centered.
Simple, just adding “margin:auto”
here:.lgx-logo-slider-wp .lgx-logo-item .lgx-logo-img {
-webkit-transition: all 0.2s ease-in-out 0s;
-moz-transition: all 0.2s ease-in-out 0s;
-ms-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
margin: auto;
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘the logo img should be centered’ is closed to new replies.