seprate each news by line
- Posted by diacotm (8) Offline
hi
i want to separate each news in the " MiniFrontpage " by a line and put a dot at the beginning of each news. how i can do that?
like this:
. Tomorrow the weather is sunny -date-hits
_______________________________________________
. New version of MiniFrontpage were released-date-hits
_______________________________________________
thanks alot
10 years 9 months ago #1
by diacotm
i want to separate each news in the " MiniFrontpage " by a line and put a dot at the beginning of each news. how i can do that?
like this:
. Tomorrow the weather is sunny -date-hits
_______________________________________________
. New version of MiniFrontpage were released-date-hits
_______________________________________________
thanks alot
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5263) Offline
- Posted by diacotm (8) Offline
- Posted by TemplatePlazza (5263) Offline
Hi, please try to add this code to your css file :
10 years 9 months ago #4
by TemplatePlazza
.minifrontpage-tabbed-no-effect .mfp-table-cell-inner {
margin-right: 10px;
border-bottom: 1px solid #ccc;
margin-bottom: 10px;
padding-right:20px;
}
.minifrontpage-tabbed-no-effect .mfp-table-cell-inner:before {
content:'.';
display:block;
float:right;
margin-right:-10px;
}
Please Log in or Create an account to join the conversation.
- Posted by diacotm (8) Offline