category position on post

Posted in: Newspaper
Post count: 55

Hello!
I want to change the category links on the left to right, but without success.

http://www.hayom.org.il/wp-content/uploads/2015/01/Category.jpg

Thank you very much!

http://www.hayom.org.il

Post count: 7909

Hi,

Please use this custom css: http://screencast.com/t/gDmzhr9r

.post ul.td-category {
float: right!important;
}
.post ul.td-category li {
float: right;
}
.post .entry-date.updated {
margin-right: 0px;
}

Thanks!

Post count: 55

Thank you very much,
Helped only after I added a little change:

.post ul.td-category {
float: right!important;
}
.post ul.td-category li {
float: right!important;
}
.post .entry-date.updated {
margin-right: 0px;
}

Little question:
What is strange mark appears next to the categories?

http://www.hayom.org.il/wp-content/uploads/2015/01/Tag.jpg

FireBug said: .td-category-page-sub-ind.
What is this?

(http://www.hayom.org.il/category/%D7%A0%D7%95%D7%A9%D7%90%D7%99%D7%9D/)

Tnx

  • This reply was modified 11 years by yakir105.
Post count: 6600

Hi,

That is a category subindicator: http://screencast.com/t/ZLHRFMEX
You can see it live here: http://demo.tagdiv.com/newspaper/category/lifestyle/
You need to adjust your a bit, like this: http://screencast.com/t/bNYARebAL
Use this css:

.td-category-page-sub-ind {
border-left: 0px !important;
right: 18px !important;
}

Thanks

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