increase size of line

Posted in: Newspaper
Post count: 18

How can i increase the size of this line(the line that separate posts). Do u have any CSS code??
http://i.imgur.com/DUDYhsP.jpg

Post count: 23312

Hello alphaifel,

I suppose that you are referring to this line between posts that are used in module 18. Please try the code below and place it in Theme panel->Cusotm CSS area.

The code is ->

.td_module_18 .meta-info-container {
padding-bottom: 10px;
border-bottom: 6px dashed #f2f2f2;
text-align: center;
}

The result you should see here -> http://screencast.com/t/Dz6AlcjBIUa

Hope this helps!

If you need further assistance in this regard and if the code not working for you, please provide your website URL so I can inspect it closer and also, so I will be able to provide a more accurate code.

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.