![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
If you're using the Agent theme, you might notice that there is quite a bit of excess padding below the caption text of images (see below).
![]() The problem stems from the CSS for this theme and can be fixed easily. In style.css, add the following: Code:
#contentleft .wp-caption-text {
margin: 0px;
padding: 0px;
}
![]() I also recommend adding lower margins to the .alignright and .alignleft sections. Search for ".alignright" or ".alignleft" and locate this code: Code:
.alignright {
float: right;
}
.alignleft {
float: left;
}
Code:
.alignright {
float: right;
margin-bottom: 15px;
}
.alignleft {
float: left;
margin-bottom: 15px;
}
Evan
__________________
Evan Wondrasek |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ad banner (468x60) has excess padding, does not align in ie7 | netslacker | General Discussion | 6 | 03-09-2009 06:40 PM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us