Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   [SOLVED] Possibility to vertical align images in byline ? (http://forum.bytesforall.com/showthread.php?t=19479)

Picturesque Jan 27, 2013 11:59 AM

[SOLVED] Possibility to vertical align images in byline ?
 
Hi! I have found some additional icons I want to include in my post byline, however they won't align with the text or links there, and it looks weird when the icons are sticking out above the text. The icons are larger than the text, however it doesn't solve the problem to resize the images or the text. Do you have any suggestions?

I read that vertical align with CSS or adding padding or margin at the bottom of the icon could solve the problem, however I can't do that through the ATO "Post/Pages Info Items" site, it seems.

The issue is located at my posts/blog page here:
http://dovah.desishion.no

lmilesw Jan 27, 2013 01:18 PM

Your byline looks fine to me as it is but if you want the images down a bit you could try the following in the CSS Inserts box of the theme options.
HTML Code:

.post-byline img {
    position: relative;
    top: 2px;
}


Picturesque Jan 27, 2013 02:20 PM

Exactly what I was looking for, thank you :)


All times are GMT -6. The time now is 10:17 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.