JUSTIFY ARTICLE META INFO

Posted in: Newspaper
Post count: 9

HI!
I AM USING YOUR LOVELY TD COMPOSER (WHICH HONESTLY I FIND HEAVY AND NOT VERY USABLE
FOR SOME ASPECTS)
ONE OF THE PROBLEMS I FIND: IN EVERY BLOCK, “LAYOUT”->”ARTICLE META INFO” THE JUSTIFICATION OF THE TEXT IS MISSING (
IT IS ABSURD ACCORDING TO ME) … HOW CAN I DO IT?
I TRIED TO MODIFY “” /td-cloud-library/assets/css/tdb_less_front.css “.tdb_single_subtitle.tdb-content-horiz-right {
text-align: right;
} WITH .tdb_single_subtitle.tdb-content-horiz-right {
text-align: JUSTIFY;
}

DOES NOT WORK!

THANK YOU VERY MUCH

Post count: 9

HI!
TEMPORARILY I AM SOLVING IN THIS WAY (IN EVERY TD-BLOCK_X_.PHP: td-composer / legacy / Newspaper / includes / shortcodes * @meta_horiz_align_right * /

. $ unique_block_class .td-module-meta-info {

text-align: justify;

}

DOING THIS I SHOULD CUSTOMIZE THE CODE WITH EVERY UPDATE OF THE PLUGIN. IT’S RIGHT? IS THERE A MORE FUNCTIONAL SOLUTION?

THANK YOU VERY MUCH

Post count: 35449

Hi orionlabs,

Indeed the JUSTIFY style is not add in elements from tagDiv Composer. What you can do is to add an extra class -> https://i.imgur.com/cyMtD7p.png adn use this custom css for that class -> https://i.imgur.com/LAwux7i.png all blocks that will have this extra class will display the text justify and there will be no problems when you’ll update the theme.
The css need to be set in theme panel> custom code> custom css.

Hope this will help you!
Thank you for your understanding!

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