Portfolio - Changing labels and spacing

Hi,

For the portfolio section, there is a label called "Task" which I wanted to change to "Industry". I updated the "content-single-portfolio.php" and "meta-portfolio.php" and it works great. The only issue I'm having is that there is no spacing after "Industry". So instead of it showing like this - "Industry Entertainment" it will say "IndustryEntertainment". I've tried to fix it but been unsuccessful. Any ideas?


Thanks,
Greg

Comments

  • Hi Greg,

    we don't know why you changed this in files if this could be done under Theme Options > Translate > Blog & Portfolio section :) However, the Industry part is sticky because min width of this label is only 50px while the text is longer. So what you need to do is increase min width of the last element with the following css:
    .project-description li:last-child .label { min-width: 65px !important; }
  • Didn't notice that. I went ahead and undid the changes and used Translate. Much appreciated.
Sign In or Register to comment.