4.18.2010

FAQ Friday: How do you make the dashed lines between your posts and sidebar?

This was sent in from someone wanted me to answer.  So the question: How do you make the dashed lines between your posts and sidebar?

Answer:
To get the dashed lines between your posts follow these quick steps:
  1. Locate this part in your code:

.post {


margin:.5em 0 1.5em;

border-bottom:1px solid $bordercolor;

padding-bottom:1.5em;

}
    2.  If you want it to be dashed change "solid" with dashed.  Some other option is dotted. 

Preview and Save!



To get the dashed lines between your sidebar items follow these quick steps:

   1.  Locate this part in your code:

.sidebar .widget, .main .widget {


border-bottom:1px dotted $bordercolor;

margin:0 0 1.5em;

padding:0 0 1.5em;

}
 
   2.  To have it be dashed change "dotted" with "dashed".  You can also have it solid which is a normal line!
 
Preview and save!
 
Are there still no lines showing up?  Here is a possible answer:
1.  Make sure where it says "Border-bottom: 1px..." where the 1 is yours might say "0".  That could be the reason why it isn't showing up.  If so change it to 1 or a higher number.
 
More options to changing it up a bit:
 
Where it says "1px" (your's could say something else) make it a bigger number to get a thick line between your posts!
 

Need more help? Email me at byutatortot@gmail.com. Want to look at the other FAQ's? Click Here! Do you have a question you want me to answer? Click Here!
 
 
BYUTATORTOT Designs

0 Comment(s):

Total Pageviews

Powered by Blogger.