Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Where is this dotted line coming from? (http://forum.bytesforall.com/showthread.php?t=6278)

PixelGraphixDesign Mar 14, 2010 07:59 PM

[SOLVED] Where is this dotted line coming from?
 
The one at the top of the page, right above the post title. I thought I'd taken care of pretty much all the dotted lines. I can't find where to delete the code to get rid of it. Also, how can I get the comments to bump over 45px to the right?

http://www.aspringofhope.org/blog1/?p=1

TIA

PixelGraphixDesign Mar 14, 2010 09:48 PM

Okay, never mind about the dotted line, I figured that one out. But I still haven't figured out how to get the comments shifted to the right.

juggledad Mar 15, 2010 05:24 AM

try this
1) go to ATO->Style & configure COMMENTS->Avatar Style and change the line
margin:0 8px 1px 45px;
to
margin:0 8px 1px 5px;

2) add the following to CSS Inserts
HTML Code:

ul.commentlist li.thread-even {
background-color:#BA8F4A;
border-bottom:dotted 1px #ffffff;
margin-left:45px;
}

ul.commentlist li.thread-odd {
background-color:#BA8F4A;
border-bottom:dotted 1px #ffffff;
margin-left:45px;
border: solid 1px red;
}

ul.commentlist div.bypostauthor {
background-color:#BA8F4A;
margin-left:45px;
}

ul.children div.bypostauthor {
border:dotted 1px #BA8F4A;
margin-left:45px;
}


windhover4 Jul 11, 2010 11:32 AM

PixelGraphixDesign: Your page is a beautiful as your cause.

How did you get rid of the dotted line? Tried the below suggestion without success.

http://basicallybasie.com/?p=225#comments

juggledad Jul 11, 2010 01:42 PM

the dashed line is because of the styling at ATO->Next/Previous Navigation->Style the Navigation TOP Box

windhover4 Jul 13, 2010 11:12 AM

Thanks. That did the trick. :)


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

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