Posted by: RichP714 - Thursday, 15 April 2010 18:48:37 |
---|
The bar that starts with 'logged in as' I would like to change the margin (space above) but can't find it ......... |
Posted by: logan - Thursday, 15 April 2010 20:49:43 |
---|
[code]#yafheader{ margin-top:50px}[/code] Should look like this at 50px |
Posted by: RichP714 - Thursday, 15 April 2010 22:29:20 |
---|
thanks; can you dumb it down for me....which ascx file? |
Posted by: logan - Thursday, 15 April 2010 23:22:44 |
---|
In your theme.css file |
Posted by: RichP714 - Thursday, 15 April 2010 23:24:41 |
---|
nevermind, I figured it out; goes in the theme.css thanks! |
Posted by: RichP714 - Friday, 16 April 2010 19:06:19 |
---|
got it; thanks! |
Posted by: RichP714 - Friday, 16 April 2010 22:22:34 |
---|
as a quick aside; is there any way to change the space before and after the pagelinks line; I tried margin-bottom on yaheader with a negative value, and it does bring pagelinks closer, but it cuts off the bottom of yafheader |
Posted by: logan - Friday, 16 April 2010 22:36:41 |
---|
find this in theme.css play with margin top [code].yafnet .yafPageLink { font-weight: bold; color: #000000; margin-top: -15px; margin-bottom: 10px; padding: 2px; }[/code] |
Posted by: RichP714 - Friday, 16 April 2010 23:01:01 |
---|
that's it; many thanks |