Created
March 21, 2012 12:35
-
-
Save SpencerCooley/2146622 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*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; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.