Viewing 1 post
Viewing 1 post
You must be logged in to reply to this topic.
| Author | Posts |
|---|---|
| Author | Posts |
| November 6, 2011 at 12:57 pm #1762 | |
|
asmaloney |
Techozoic Fluid 1.9.4 None of the social icons have widths and heights in the img elements. Thankfully these are all localized in the functions.php file in a function called, quite appropriately, tech_social_icons(). The end of each of the entries in $social_links look like this: ""/>" Simply change that part to this: '" width="16" height="16"/>' for each of them. Then in the function just below called tech_about_icons() add the width and height for each of the images: width="32" height="32" Finally, the top.png icon is actually spread out in three files: archive.php, index.php, and tags.php. For each of these, look for top.png and add the following image dimensions to the img element: width="16" height="16" |
You must be logged in to reply to this topic.