Answer:
To get the dashed lines between your posts follow these quick steps:
- Locate this part in your code:
.post {2. If you want it to be dashed change "solid" with dashed. Some other option is dotted.
margin:.5em 0 1.5em;
border-bottom:1px solid $bordercolor;
padding-bottom:1.5em;
}
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!
0 Comment(s):
Post a Comment