Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   Vertical Alignment of text in Widget Title with Image Inserted (http://forum.bytesforall.com/showthread.php?t=16327)

swimflyfast2 Dec 23, 2011 09:15 AM

Vertical Alignment of text in Widget Title with Image Inserted
 
I want my text to align vertically and horizontally so it is in the absolute center.

I have tried align: text-middle; no go vertically
I have tried text-align: middle; no go vertically

text-align: center; does work to center text horizontally.

HTML Code:

#text-2 .widget-title h3 {
display:hidden;
background: url('http://www.online.rssupplyllc.com/images/widget-title-orange-left.jpg');
height:44px;
text-align: center;
text-align: middle;
background-repeat:no-repeat;
}

Testing Website Location

lmilesw Dec 23, 2011 01:34 PM

Not sure what you want to do and some of your CSS is not valid.

You have display:hidden which is not valid CSS. What do you want it to do.

text-align: middle is also not valid. vertical-align: middle is but doesn't really work. To vertically center text in an area I use padding.

text-align: center should work however

For help with syntax both w3schools.com and Firebug are invaluable.


All times are GMT -6. The time now is 01:07 AM.

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