css - Floating Basic jQuery slider -


i´m using basic jquery slider (http://www.basic-slider.com) on website: http://www.bizgamesstudios.com/

my goal float slider left bullet points beneath stand side side slider. however, when applying float: left slider collapses.

any ideas on how without changing appearance of slider?

thanks

apply these properties .featurelist:

float: right; margin-top: -300px; margin-right: -80px; 

Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -