Hi, How can I right-justify the content of the extrafields in the portfolio layout?
Hi SiriusB
Could you share the URL of that portfolio layout page?
[http://www.rotobis.eu/index.php/en/projects/projects-okapi/project-szekesfehervar]
articel ID:133
SiriusB You can try this custom css:
.info-task-wrap .info-detail > li label {margin-right: 140px;}
It works with margin-right: auto;
.info-task-wrap .info-detail > li label {margin-right: auto;}
Thank you for the tip.