Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created March 21, 2012 12:35
Show Gist options
  • Select an option

  • Save SpencerCooley/2146622 to your computer and use it in GitHub Desktop.

Select an option

Save SpencerCooley/2146622 to your computer and use it in GitHub Desktop.
/*fix image sizing on do page*/
/*in viewing the source I noticed that the style image element actually has an ID of #MainBody_style_picture*/
/*if you look at style.css and search for #style_picture you will see it has a width of 400px and margin-bottom of 10px;*/
/*I suspect that the MainBody addition is messing this up*/
div#comments_wrap{
top:22px;
}
div#social_share_do{
height:50px;
}
#social_share_area{
position:relative;
margin-top:15px;
height:30px;
}
#social_share_area div{
float:left;
margin-right:10px;
}
#g-plus{
width:64px;
position:relative;
top:-5px;
}
@SpencerCooley
Copy link
Copy Markdown
Author

Just add this to the end of the style.css file. Also take a look at the comments. It will fix the do image so that it sizes correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment