gianmarcoaltieri
gianmarcoaltieri

Reputation: 5

Launchrock Widget position

I want to change the position of Launchrock and reduce the margin-left.

I have a css file ignition 1.1.css but don't know where set the margin of launchrock.

Upvotes: 0

Views: 1247

Answers (1)

Fraser
Fraser

Reputation: 17094

Take a look at the following blog article.

http://launchrock.com/blog/customize-the-launchrock-widget-to-eamlessly-match-your-site

It looks like you would need to amend the class lrdiscoverwidget in the file ignition 1.1.css

Something like...

.lrdiscoverwidget {
  margin-left: 10px; // add, edit, the desired margin-left.
  //rest of existing rdiscoverwidget css
}

Upvotes: 1

Related Questions