Hi
Is it possible to set via css some colour to the line/box where author on left and views on right are? Like is highlited on screenshot?
http://s12.postimg.org/3ncamy4jx/blueline.jpg
THanks
notranjskoprimorske.si
Hello dizajn,
If you want to have that border, please try the code below and place it in Theme panel->Custom CSS area.
The code is ->
.td-module-meta-info {
border-bottom: 2px solid black;
}
The result -> http://screencast.com/t/OU8jwmR5
If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.
Thank you for the message!
Try this page if looks ok.
Thanks
Hello dizajn,
If you want to have this padding between this line and author you have to use a bit of CSS code to do that. Please try the code below and lace it in Theme panel->Custom CSS area.
The code is ->
@media (min-width: 1141px)
.post .td-module-meta-info {
padding-top: 3px;
}
Thank you for the message!