seprate each news by line

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

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
Hi, Can you share your website URL so I can take a look?
10 years 9 months ago #2 by TemplatePlazza

Please Log in or Create an account to join the conversation.

hi
this is my website url
paytakhtcom.ir/
thanks alot
10 years 9 months ago #3 by diacotm

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5263) Offline
Hi, please try to add this code to your css file :
.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;
}
10 years 9 months ago #4 by TemplatePlazza

Please Log in or Create an account to join the conversation.

hi dude
thank you so so much
it is worked.
thanks again ;);)
10 years 9 months ago #5 by diacotm

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum